]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: stop sending using HTX on errors
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 13:09:09 +0000 (14:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 13:09:09 +0000 (14:09 +0100)
commitc14999b3bced20375e7066602006cd27178d91c6
tree0d628be826ba650d3b78921537ee58913636c192
parent8e162ee1f9208c87b0f0757f26dc2c53a5371ec4
BUG/MEDIUM: mux-h2: stop sending using HTX on errors

We didn't take care of the stream error in the HTX send loop, causing
some errors (like buffer full) to provoke 100% CPU.

No backport is needed.
src/mux_h2.c