Skip to content

Releases: socketry/protocol-http2

v0.26.0

11 Apr 10:10
b33b6a4

Choose a tag to compare

  • On RST_STREAM with REFUSED_STREAM, close the stream with Protocol::HTTP::RefusedError instead of StreamError.

v0.25.0

11 Apr 09:15
5fbef08

Choose a tag to compare

  • On GOAWAY, proactively close unprocessed streams (ID above last_stream_id) with Protocol::HTTP::RequestRefusedError, enabling safe retry of non-idempotent requests.

v0.15.1

12 Feb 23:26
d915a66

Choose a tag to compare

Full Changelog: v0.15.0...v0.15.1

  • Fix handling of padding that could cause an off by one error and corrupt the response body.