Sha256: dd12ff110a71b0a96bfc5f4f1d271870ee2fd4cbcc41317dbde023c63289a166
Contents?: true
Size: 817 Bytes
Versions: 1
Compression:
Stored size: 817 Bytes
Contents
# 1.1.2 ## improvements ## security * when using `:follow_redirects` plugin, the "authorization" header will be removed when following redirect responses to a different origin. ## bugfixes * fixed `:stream` plugin not following redirect responses when used with the `:follow_redirects` plugin. * fixed `:stream` plugin not doing content decoding when responses were p.ex. gzip-compressed. * fixed bug preventing usage of IPv6 loopback or link-local addresses in the request URL in systems with no IPv6 internet connectivity (the request was left hanging). * protect all code which may initiate a new connection from abrupt errors (such as internet turned off), as it was done on the initial request call. ## chore internal usage of `mutex_m` has been removed (`mutex_m` is going to be deprecated in ruby 3.3).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
httpx-1.1.3 | doc/release_notes/1_1_3.md |