commit | 3b3096ede1b52007fa49a563436df8ee9323d78c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 15 16:04:49 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 15 16:04:51 2020 +0200 |
tree | 9de71c5f4da3790dc68eacbf34668937f148415a | |
parent | 6c99d3baeabef9aa3a798b2251215f1026b48751 [diff] |
BUG/MINOR: mux-fcgi: Set flags on the right stream field for empty FCGI_STDOUT In fcgi_strm_handle_empty_stdout(), the FCGI_SF_ES_RCVD flag is set on "->state" stream field instead of "->flags". It is obviously wrong. This bug is not noticeable because the right state is set in the fcgi_process_demux() function a bit later. This patch must be backported as far as 2.1.