commit | 4877045f1dcbfbc3c7f49e90eb32dd03c070616d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 18 16:03:51 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 19 08:03:53 2022 +0200 |
tree | 1db1581c45fd6b6220d66807222500104082f95b | |
parent | ed2b9d9f27b8591ff057717dbb2f332220afc83e [diff] |
MINOR: mux-h2: make streams know if they need to send more data H2 streams do not even know if they are expected to send more data or not, which is problematic when closing because we don't know if we're closing too early or not. Let's start by adding a new stream flag "H2_SF_MORE_HTX_DATA" to indicate this on the tx path.