Skip to content

v0.0.8

Choose a tag to compare

@Kludex Kludex released this 09 Jun 07:43
· 71 commits to main since this release
1cba530

What's new

  • Connection.send_informational(status, headers=None) (#22). Serialize an interim 1xx response (100 Continue, 103 Early Hints) that precedes the final response on the same message cycle. Unlike send_response, it does not consume the cycle - the real response still follows. The reason phrase is derived from the status and the version is always 1.1. Status must be 100..199, excluding 101 Switching Protocols (terminal, not interim).
  • Cron-scheduled fuzzing for the parser core (#21).

Full changelog: v0.0.7...v0.0.8