mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 06:11:32 +01:00
Implement the flow-control max-streams-data limit on emission. We ensure that we never push more than the offset limit set by the peer. When the limit is reached, the stream is marked as blocked with a new flag QC_SF_BLK_SFCTL to disable emission. Currently, this is only implemented for bidirectional streams. It's required to unify the sending for unidirectional streams via qcs_push_frame from the H3 layer to respect the flow-control limit for them.