Skip to content

trillium-http-v0.2.3

Choose a tag to compare

@jbr jbr released this 21 Sep 18:46
· 1033 commits to main since this release
trillium-http-v0.2.3
5436bc2

trillium-http 0.2.3 fixes a bug wherein streaming http bodies with known length were sent using a chunked encoding, but with a content-length header. This would impact any user of trillium-static. Run cargo update in trillium projects to eliminate this bug.

PR: #116

This release was intended to be bundled with the changes in trillium-http-v0.2.2, but instead two releases were accidentally created.