commit | cc0b8c34a63bf55bfac455cd1c7a9342f2b57ea2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 26 16:55:59 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:19 2017 +0100 |
tree | d08c72d036b650d062a1e9e31e8922411cb4338f | |
parent | c199faf5bd54aa4b53053a0919b5f9afb1592d12 [diff] |
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.