]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: start to consider the H2_CF_{MUX,DEM}_* flags for polling
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Oct 2017 13:14:19 +0000 (15:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:17 +0000 (18:16 +0100)
commitfbe3b4fcbe7ecd8fc87264d73563871aca79d23e
tree33834a18af3a53898d45d077e41c0575df9ed165
parent1b62c5caefbb3b29dea03f225404fe85cf4c98a2
MEDIUM: h2: start to consider the H2_CF_{MUX,DEM}_* flags for polling

Now we start to set the flags to indicate that the response buffer is
being awaited or that it is full, it makes it possible to centralize a
little bit the polling management into the wake() callback.

In case of error, we wake all the streams up so that they are aware of
the nature of the event and are able to detach if needed.
src/mux_h2.c