mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-07 02:11:34 +01:00
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.