commit | 10a8670f280759ace74d06c0bb18eff4c568bcec | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 07 14:18:11 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 06 09:21:00 2021 +0200 |
tree | 401f3a3f621ae17ca1e3b1ca03f3d1f86f32f958 | |
parent | 14ee9b8c8babf172edec442db162d1031bd64ce9 [diff] |
MINOR: mux-h1: Manage processing blocking flags on the H1 stream Because H1C_F_RX_BLK and H1C_F_TX_BLK flags now only concerns data processing, at the H1 stream level, there is no reason to still manage them on the H1 connection. Thus, these flags are now set on the H1 stream.