Skip to content

v2.0.2

Compare
Choose a tag to compare
@raxod502 raxod502 released this 19 Oct 19:39
· 22 commits to main since this release

Bugfixes:

  • We now correctly report upstream connection closure to clients, so
    that they know they need to open a new connection in that case even
    if they support long-term connection reuse. In practice this makes
    it so that web browsers such as Chrome and Firefox will not
    experience hangs when making new requests when working with a
    backend server that uses Connection: keep-alive.