mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
10 lines
388 B
Markdown
10 lines
388 B
Markdown
# 0.18.5
|
|
|
|
## Improvements
|
|
|
|
* ruby 3.1 is now officially supported.
|
|
* when a user sets a `Host` header for an HTTP/2 request, this will be used in the `:authority` HTTP/2 pseudo-header, instead of silently ignored (mimicking what "curl" does).
|
|
|
|
## Bugfixes
|
|
|
|
* fixed "throw outside of catch block" error happening when pipelining requests on an HTTP/1 connection and resulting in a timeout. |