]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: add stream lookup function based on the stream ID
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Oct 2017 15:35:14 +0000 (17:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:12:14 +0000 (18:12 +0100)
commit2373acc3844edfbd3100f5d6f9f08bb48d7cd5c1
treef1e8c056c15834b48f5163eb4276b5bee1524bff
parent54c150653dbaf4bee545051427223fbd2e7be46a
MINOR: h2: add stream lookup function based on the stream ID

The function performs a simple lookup in the tree and returns
either the matching h2s or NULL if not found.
src/mux_h2.c