commit | a272c39330f729e37a5e2b9447d421bfa12c2d92 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 11 11:16:59 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 11 15:37:04 2023 +0200 |
tree | 6b005f5414c4725f9198760c87beb3d6198b5239 | |
parent | 4cfb0019e65bce79953164eddf54c1bbb61add62 [diff] |
BUG/MEDIUM: mux-fcgi: Never set SE_FL_EOS without SE_FL_EOI or SE_FL_ERROR When end-of-stream is reported by a FCGI stream, we must take care to also report an error if 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.