commit | 02c92c3e6fd9daf2bb7b69c2fa83e03dbb8b800a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 09 12:31:48 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 06 09:21:00 2021 +0200 |
tree | f889e000230d5344b0c608dbd15e253151213198 | |
parent | 94d35108b48b97b578024c97ec4a4840441cbcfc [diff] |
MEDIUM: mux-h1: Wake H1 stream when both sides a synchronized Instead of subscribing for reads or sends to restart data processing, when both sides are synchronized, the H1 stream is woken up. This happens when H1C_F_WAIT_INPUT or H1C_F_WAIT_OUTPUT flags are removed, Indeed, these flags block the data processing and not raw data sending or receiving.