]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: use a common function to signal some and all streams.
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Oct 2017 23:26:54 +0000 (00:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:19 +0000 (18:16 +0100)
commit23b92aa2bb5a4f26cc02859daa900e99feb3f6b2
tree9c5a5a6afd3b1434c46a97156860401640857e04
parentc7576eac4603d80c787a276ba495f8471fc0a05b
MINOR: h2: use a common function to signal some and all streams.

Let's replace h2_wake_all_streams() with h2_wake_some_streams(), to
support signaling only streams by their ID (for GOAWAY frames) and
to pass the flags to add on the conn_stream.
src/mux_h2.c