Skip to content

v0.2.12

Compare
Choose a tag to compare
@arteymix arteymix released this 16 Feb 16:30
· 664 commits to master since this release

This hotfix release backports changes from the trunk:

  • write_head is automatically called on disposal of the Response object
  • the response is not closed explicitly when a status is thrown
  • the response is not initialized with Transfer-Encoding: chunked

If your application relied on the transfer encoding being initialized to chunked, you will have to set it explicitly.