]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Close connection if no stream is left an GOAWAY was sent.
authorOlivier Houchard <cognet@ci0.org>
Sun, 21 Oct 2018 01:01:20 +0000 (03:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 21 Oct 2018 03:53:09 +0000 (05:53 +0200)
commit52b946686c28891a4359e9361676dc62af4fffad
tree65d917caef6541a57eb72fa4b87535ea9899e15c
parent8b2c8a7894dafa36dd33145affaebadc5be632ee
BUG/MEDIUM: h2: Close connection if no stream is left an GOAWAY was sent.

When we're closing a stream, is there's no stream left and a goaway was sent,
close the connection, there's no reason to keep it open.

[wt: it's likely that this is needed in 1.8 as well, though it's unclear
 how to trigger this issue, some tests are needed]
src/mux_h2.c