trillium-http-v1.3.7
·
7 commits
to main
since this release
The theme of this release is HTTP/1.x SHOULD-level conformance.
Changed
- An HTTP/1.x request-line that can't be parsed returns a
400 Bad Requestinstead of closing the
connection. - An HTTP/1.x request-target containing
#or\is now rejected with400 Bad Request. - Leading empty lines before a HTTP/1.x request-line are now ignored.
- An HTTP/1.x request carrying an
Expectfield-value other than100-continueis now answered
with417 Expectation Failedrather than silently ignored.