mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
485 B
485 B
0.24.3
Improvements
- faraday adapter: reraise httpx timeout errors as faraday errors.
- faraday adapter: support
:bind
option, which expects a host and port to connect to.
Bugfixes
- faraday adapter: fix
#close
implementation using the wrong ivar. - faraday adapter: fix usage of
requestt_timeout
translation of faraday timeouts into httpx timeouts. - faraday adapter:
ssl: { verify: false }
was being ignored, and certification verification was still proceeding.