mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
705 B
705 B
1.2.6
Improvements
native
resolver: when timing out on DNS query for an alias, retry the DNS query for the alias (instead of the original hostname).
Bugfixes
faraday
adapter: setenv
options on the request object, so they are available in the request object when yielded.follow_redirects
plugin: remove body-related headers (content-length
,content-type
) on POST-to-GET redirects.follow_redirects
plugin: maintain verb (and body) of original request when the response status code is 307.native
resolver: when timing out on TCP-based name resolution, downgrade to UDP before retrying.rate_limiter
plugin: do not try fetching the retry-after of error responses.