]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: send WINDOW_UPDATE frames for connection
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Oct 2017 14:55:59 +0000 (16:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:19 +0000 (18:16 +0100)
commitcc0b8c34a63bf55bfac455cd1c7a9342f2b57ea2
treed08c72d036b650d062a1e9e31e8922411cb4338f
parentc199faf5bd54aa4b53053a0919b5f9afb1592d12
MEDIUM: h2: send WINDOW_UPDATE frames for connection

When it is detected that the number of received bytes is > 0 on the
connection at the end of the demux call or before starting to process
pending output data, an attempt is made at sending a WINDOW UPDATE on
the connection. In case of failure, it's attempted later.
src/mux_h2.c