commit | b08d91fbc5f2cff65a4c6916490df70eda5232db | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 04 15:23:57 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 04 18:32:39 2018 +0100 |
tree | 2d022ea00511fce33509225fe22ead66c13f2f50 | |
parent | 0c22fa7d6f68a055f259b6735005cbfd9960922f [diff] |
BUG/MEDIUM: mux-h2: stop sending HTX once the mux is blocked If we're blocking on mux full, mux busy or whatever, we must get out of the loop. In legacy mode this problem doesn't exist as we can normally return 0 but here it's not a sufficient condition to stop sending, so we must inspect the blocking flags as well. No backport is needed.