commit | 5b5e68741ae9b29017b95fb2c0ae72589a108da7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Sep 25 16:17:25 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:12:14 2017 +0100 |
tree | cf96c2c8639689c0176c4365277c55b9b56d584b | |
parent | 71681174f37f3e32eacce1318e09c6d4f0056134 [diff] |
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.