commit | 1c25b18e17e87070d48531361bb7285f04d5f3e0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 16:53:56 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | ec17fdff6f9740e2a57ff42f44699fcfafaa3f6a | |
parent | 93fba32430ad9cb8fc95ffb696ee35adbbee0c86 [diff] |
MINOR: mux-quic: delay cs_endpoint allocation Do not allocate cs_endpoint for every QCS instances in qcs_new(). Instead, this is delayed to qc_attach_cs() function. In effect, with H3 as app protocol, cs_endpoint will be allocated on HEADERS parsing. Thus, no cs_endpoint is allocated for H3 unidirectional streams which do not convey any HTTP data.