0_11_3.md

doc/release_notes/0_11_3.md
Last Update: 2024-04-03 14:03:54 +0000

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.