]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: wake the connection up for send on pending streams
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Oct 2017 13:30:07 +0000 (15:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:17 +0000 (18:16 +0100)
commit5160683fc74e8684f8695404f928358fdbc17241
tree39c798597b561844ba41436fbcd9661cd4af3f8a
parent29a98241441ba1f2081e0eda440cfd20834b9e7c
MEDIUM: h2: wake the connection up for send on pending streams

If some streams were blocked on flow control and the connection's
window was recently opened, or if some streams are waiting while
no block flag remains, we immediately want to try to send again.
This can happen if a recv() for a stream wants to send after the
send() loop has already been processed.
src/mux_h2.c