v0.2.12
This hotfix release backports changes from the trunk:
write_head
is automatically called on disposal of theResponse
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.