]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: add function h2s_id() to report a stream's ID
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Oct 2017 12:39:06 +0000 (14:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:12:14 +0000 (18:12 +0100)
commit71681174f37f3e32eacce1318e09c6d4f0056134
tree5302c4b0ad48fc6c27d4a70a01c0d88feeaa6728
parent2e5b60ee18321911450dc2b6405fa9185d8880b9
MINOR: h2: add function h2s_id() to report a stream's ID

This one supports being called with NULL and returns 0 in this case,
making it easier to check for stream IDs in various send functions.
src/mux_h2.c