httpx/doc/release_notes/0_11_3.md
2021-02-15 15:05:22 +00:00

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.