BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Jul 2020 13:55:52 +0000 (15:55 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Jul 2020 13:55:55 +0000 (15:55 +0200)
commit6c99d3baeabef9aa3a798b2251215f1026b48751
treea96cf79313aff4cdbdf0eb062182d70b44655ae8
parent7f85433a912529c5cda1629001b34fd2b2e54758
BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding

When the padding of a "stream" record (STDOUT or STDERR) is skipped, we must set
the connection state to RECORD_P. It is especially important if the padding is
not fully received.

This patch must be backported as far as 2.1.
src/mux_fcgi.c