]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: h2: try to abort closed streams as soon as possible
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 09:42:59 +0000 (10:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Dec 2017 20:08:41 +0000 (21:08 +0100)
commit9470d2cd35938db8e053f390c5de0e94eefe254b
tree043cfa0ec5f2c387d131703a7ddf7ca7307fbed7
parent11cc2d6031a8fefe78f083c4d364c8489b7dbbaf
BUG/MINOR: h2: try to abort closed streams as soon as possible

The purpose here is to be able to signal receipt of RST_STREAM to
streams when they start to provide a response so that the response
can be aborted ASAP. Given that RST_STREAM immediately switches the
stream to the CLOSED state, we must check for CLOSED in addition to
the existing ERROR check.

To be backported to 1.8.
src/mux_h2.c