Skip to content

v0.102.0

Choose a tag to compare

@ioquatix ioquatix released this 01 Sep 10:36
· 7 commits to main since this release
9fd1f21
  • Requests assigned to an HTTP/2 connection which has already closed are refused before being written, allowing them to be retried safely.
  • HTTP/2 connections which received a graceful GOAWAY are removed from availability immediately, but remain in the pool until the server has finished answering the streams it accepted. The connection is closed after its final user releases it, so those requests no longer fail with EOFError: Connection closed with N active stream(s)!.