mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-15 00:00:39 -04:00
509 B
509 B
0.22.5
Bugfixes
datadog
andsentry
integrations did not account forConnection#send
being possibly called multiple times (something possible for connection coalescing, max requests exhaustion, or Happy Eyeballs 2), and were registering multipleon(:response)
callbacks. Requests are now marked when decorated the first time.- Happy Eyeballs handshake "connect errors" routine is now taking both name resolution errors, as well as TLS handshake errors, into account, when the handshake fails.