commit | 3ccf4b2a2011245783b526340827075010a94daf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 13 19:07:26 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:17 2017 +0100 |
tree | 960c3d5008762a909544934804be292cf2eb2205 | |
parent | 2a8561895de6a70db82212f483c66ec94c1768db [diff] |
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.