commit | c202c740b57a189a546c1b7b3b68fe4ccec957ef | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 08:59:08 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 08:59:10 2023 +0200 |
tree | 1b6e4142c946a6d0e4991a40c3de27773135aab7 | |
parent | c393c9e3888d15a693635364835973d07b0f4982 [diff] |
BUG/MEDIUM: mux-h2: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR When end-of-stream is reported by a H2 stream, we must take care to also report an error is end-of-input was not reported. Indeed, it is now mandatory to set SE_FL_EOI or SE_FL_ERROR flags when SE_FL_EOS is set. It is a 2.8-specific issue. No backport needed.