]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: also terminate the connection on shutr
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Oct 2017 14:47:04 +0000 (16:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:17 +0000 (18:16 +0100)
commit26bd761f0175737b33d76d8a3a4f17f070bfc9b8
treebf77c00df51d250a9744719de6a77991a9b56b9f
parentfbe3b4fcbe7ecd8fc87264d73563871aca79d23e
MINOR: h2: also terminate the connection on shutr

It happens that an H2 mux is totally unusable once the client has shut,
so we must consider this situation equivalent to the connection error,
and let the possible streams drain their data if needed then stop.
src/mux_h2.c