Skip to content

trillium-client-v0.4.9

Choose a tag to compare

@jbr jbr released this 21 Dec 02:19
· 556 commits to main since this release
43f9a96

What's new

This very small release contains just one change. Previously, streaming request bodies would be retained for the lifetime of the client conn, keeping open the underlying AsyncRead if and only if the server sends a http response without reading the request body. With this change, request bodies are dropped in the same stage of the conn cycle, whether or not the server reads the body. This allows the AsyncRead to close.

Changelog

  • b113a35 drop unused request body immediately when a non-100-continue status is received