mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
6 lines
290 B
Markdown
6 lines
290 B
Markdown
# 0.11.3
|
|
|
|
## Bugfixes
|
|
|
|
`EOFError` was being thrown when HTTP/1.1 non-chunked responses which don't contain a "content-length" header. The RFC mandates that the socket should be consumed until the server closes it, so a patch was implemented, to return the available response in such cases.
|