]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Don't forget to wake the tasklet after shutr/shutw.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 3 Dec 2018 17:43:16 +0000 (18:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Dec 2018 04:57:34 +0000 (05:57 +0100)
commit435ce2d71d9fdb6a1a83e34025367e8e564172b9
tree4ddc51f0ac37444067d7b7f15ed85e6abadc42fd
parent7ccff1a3d3e51210acfcd0d9cf5014507319bb65
BUG/MEDIUM: h2: Don't forget to wake the tasklet after shutr/shutw.

When reaching h2_shutr/h2_shutw, as we may have generated an empty frame,
a goaway or a rst, make sure we wake the I/O tasklet, or we may not send
what we just generated.
Also in h2_shutw(), don't forget to return if all went well, we don't want
to subscribe the h2s to wait events.
src/mux_h2.c