]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: add the function to create a new stream
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Oct 2017 17:07:26 +0000 (19:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:17 +0000 (18:16 +0100)
commit3ccf4b2a2011245783b526340827075010a94daf
tree960c3d5008762a909544934804be292cf2eb2205
parent2a8561895de6a70db82212f483c66ec94c1768db
MINOR: h2: add the function to create a new stream

This one will be used by the HEADERS frame handler and maybe later by
the PUSH frame handler. It creates a conn_stream in the mux's connection.

The create streams are inserted in the h2c's tree sorted by IDs. The
caller is expected to have verified that the stream doesn't exist yet.
src/mux_h2.c