commit | 6dea2ee93983ae1530f8202d5bb60e41c85fab2c | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Dec 19 18:16:17 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:35:40 2018 +0100 |
tree | 32169397f94b5e82ebe34b10dcd865f7e40f53e0 | |
parent | fde287cc76f8a3906dae61e3b098956b2afc99fe [diff] |
BUG/MEDIUM: h2: Don't wait for flow control if the connection had a shutr. In h2_snd_buf(), if we couldn't send the data because of flow control, and the connection got a shutr, then add CS_FL_ERROR (or CS_FL_ERR_PENDING). We will never get any window update, so we will never be unlocked, anyway. No backport is needed.