httpx.post creates a new connection per call at 10Hz, causing connection pile-up that eventually blocks the event loop. urllib is lightweight and stateless — no connection pooling overhead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 KiB
30 KiB