mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-05 00:02:12 -05:00
11 lines
431 B
Markdown
11 lines
431 B
Markdown
# 0.22.1
|
|
|
|
## Bugfixes
|
|
|
|
* `:retries` plugin: fix `HTTPX::Response#response to point to last possible response in the redirection chain.
|
|
* `:stream` plugin: Make `HTTPX::Session#request` public (as it is inn the main class) .
|
|
* return 100 responses if the request didn't specifically ask for "100-continue" negotiation (via the "expect" header).
|
|
|
|
## Improvements
|
|
|
|
Wrap low-level socket errors in a `HTTPX::ConnectionError` exception. |