Skip to content

trillium-http-v1.3.7

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:39
· 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 Request instead of closing the
    connection.
  • An HTTP/1.x request-target containing # or \ is now rejected with 400 Bad Request.
  • Leading empty lines before a HTTP/1.x request-line are now ignored.
  • An HTTP/1.x request carrying an Expect field-value other than 100-continue is now answered
    with 417 Expectation Failed rather than silently ignored.