]> git.kaiwu.me - haproxy.git/commit
MEDIUM: h2: honor WINDOW_UPDATE frames
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Jul 2017 15:18:30 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:18 +0000 (18:16 +0100)
commit26f95954fe4302a6ae558542ef9a73e9102b696c
treeb3742e2b9251c632783f11a90672dd823de1f64f
parentf3ee0697f36c2b6abc3fbbd17e5d8897a7e8cc2f
MEDIUM: h2: honor WINDOW_UPDATE frames

Now they really increase the window size of connections and streams.
If a stream was not queued but requested to send, it means it was
flow-controlled so it's added again into the connection's send list.
src/mux_h2.c