]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Make sure we're not in the send list on flow control.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 10 Oct 2018 16:51:00 +0000 (18:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Oct 2018 13:35:05 +0000 (15:35 +0200)
commitdddfe312650affccae1ea149209537258bdc6e9d
tree9c29a887d309088132e27ef15ba78001a9ed7f4e
parentfa8aa867b9159297e4061d4970b167851c259f5b
BUG/MEDIUM: h2: Make sure we're not in the send list on flow control.

If we can't send data for a stream because of its flow control, make sure
not to put it in the send_list, until the flow control lets it send again.

This is specific to 1.9, and should not be backported.
src/mux_h2.c