Highlights
- Add
ClientBuilder::tcp_user_timeout(Duration)
option to setTCP_USER_TIMEOUT
. - Fix proxy headers only using the first matched proxy.
- (wasm) Fix re-adding
Error::is_status()
.
What's Changed
- fix(client): apply authorization header to first matching proxy only by @0x676e67 in #2714
- wasm: re-add Error::is_status() by @seanmonstar in #2720
- properly match error variants in test by @Ruben2424 in #2721
- refactor: reduce size of Pending request future by @seanmonstar in #2725
- feat: add tcp_user_timeout builder option by @seanmonstar in #2724
- refactor: use hyper-util Socks connectors by @seanmonstar in #2726
- Remove some unused dependencies by @DaniPopes in #2716
New Contributors
- @DaniPopes made their first contribution in #2716
Full Changelog: v0.12.19...v0.12.20