Sha256: 7658fecc4a9698aeb98e502e16f2b167e8981c28059071633e0b07970cac3b5f

Contents?: true

Size: 770 Bytes

Versions: 9

Compression:

Stored size: 770 Bytes

Contents

# 1.2.2

## Bugfixes

* only raise "unknown option" error when option is not supported, not anymore when error happens in the setup of a support option.
* usage of `HTTPX::Session#wrap` within a thread with other sessions using the `:persistent` plugin won't inadvertedly terminate its open connections.
* terminate connections on `IOError` (`SocketError` does not cover them).
* terminate connections on HTTP/2 protocol and handshake errors, which happen during establishment or termination of a HTTP/2 connection (they were being previously kept around, although they'd irrecoverable).
* `:oauth` plugin: fixing check preventing the OAuth metadata server integration path to be exercised.
* fix instantiation of the options headers object with the wrong headers class.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
httpx-1.3.4 doc/release_notes/1_2_2.md
httpx-1.3.3 doc/release_notes/1_2_2.md
httpx-1.3.2 doc/release_notes/1_2_2.md
httpx-1.3.1 doc/release_notes/1_2_2.md
httpx-1.3.0 doc/release_notes/1_2_2.md
httpx-1.2.6 doc/release_notes/1_2_2.md
httpx-1.2.4 doc/release_notes/1_2_2.md
httpx-1.2.3 doc/release_notes/1_2_2.md
httpx-1.2.2 doc/release_notes/1_2_2.md