mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-27 00:03:01 -05:00
770 B
770 B
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#wrapwithin a thread with other sessions using the:persistentplugin won't inadvertedly terminate its open connections. - terminate connections on
IOError(SocketErrordoes 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).
:oauthplugin: fixing check preventing the OAuth metadata server integration path to be exercised.- fix instantiation of the options headers object with the wrong headers class.