commit | ee57376ffb954aff109d5df062a4a2228bfa6793 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 04 15:25:57 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 04 18:32:39 2018 +0100 |
tree | 29a46ed23bdbf70766557b39a7b3e42a73b05fe5 | |
parent | b08d91fbc5f2cff65a4c6916490df70eda5232db [diff] |
BUG/MEDIUM: mux-h2: don't send more HTX data than requested It's incorrect to send more bytes than requested, because some filters (e.g. compression) might intentionally hold on some blocks, so DATA blocks must not be processed past the advertised byte count. It is not the case for headers however. No backport is needed.