]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: small function to know when the mux is busy
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Sep 2017 14:17:25 +0000 (16:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:12:14 +0000 (18:12 +0100)
commit5b5e68741ae9b29017b95fb2c0ae72589a108da7
treecf96c2c8639689c0176c4365277c55b9b56d584b
parent71681174f37f3e32eacce1318e09c6d4f0056134
MINOR: h2: small function to know when the mux is busy

A mux is busy when any stream id >= 0 is currently being handled
and the current stream's id doesn't match. When no stream is
involved (ie: demuxer), stream 0 is considered. This will be
necessary to know when it's possible to send frames.
src/mux_h2.c