commit | 435ce2d71d9fdb6a1a83e34025367e8e564172b9 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Dec 03 18:43:16 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 04 05:57:34 2018 +0100 |
tree | 4ddc51f0ac37444067d7b7f15ed85e6abadc42fd | |
parent | 7ccff1a3d3e51210acfcd0d9cf5014507319bb65 [diff] |
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.