mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-08 00:02:42 -04:00
spans initiation gate wasn't being reset in the case of retries, which reuse the same object; a redesign was done to ensure the span initiates before really sending the request, is reused when the request object is reset and reused, and when the error happens outside of the request transaction, such as during name resolution.