mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
337 B
337 B
0.22.4
Bugfixes
- fix happy eyeballs v2 bug where, once the first connection would be established, the remaining one would still end up in the coalescing loop, thereby closing itself via the
:tcp_open
callback. - fix for faraday plugin parallel mode, where it'd hang if no requests would be made in the parallel block (@catlee)