Highlights
- Fix
legacy::Client
to allow absolute-form URIs whenConnected::proxy(true)
is passed and the scheme ishttps
.
What's Changed
- chore(test): remove some miri exception config by @tottoto in #222
- refactor(connect): safely convert
socket2::Socket
to TokioTcpSocket
by @0x676e67 in #223 - refactor: set correct cfg on common::{Exec, Lazy, SyncWrapper} by @seanmonstar in #224
- fix(client): allow absolute-form if is_proxied is set even on HTTPS by @seanmonstar in #225
Full Changelog: v0.1.16...v0.1.17