mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
647 B
647 B
0.19.3
Improvements
Jruby: HTTP/2 with jruby-openssl (>= 0.12.2)
The (optional) FFI-based TLS module for jruby was deleted. Besides it being cumbersome and hard to maintain, jruby
's own openssl
released support for ALPN negotiation (in v0.12.2), which solves the problem the deleted module was supposed to address.
Bugfixes
webmock
integration was fixed to take the mocked URI query string into account.- fix internal codepath where mergeable-but-not-coalescable connections were still triggering the coalesce branch.
- fixed after-use mutation of connection addresses array which was making it empty after initial usage.