trillium-http-v0.2.3
·
1033 commits
to main
since this release
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.