BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the end of fcgi_release()
authorChristopher Faulet <cfaulet@haproxy.com>
Sat, 2 May 2020 07:17:52 +0000 (09:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:35:40 +0000 (18:35 +0200)
commitc00b0b4beef324b64c9b0bff5c510e32a911a54d
treea2c7740fac27a973bb998113cf37a6becbb0fbbc
parent1ef78e67d24043ca6f7620fc5a7f87b2fef28dab
BUG/MEDIUM: mux_fcgi: Free the FCGI connection at the end of fcgi_release()

fcgi_release() function is responsible to release a FCGI connection. But the
release of the connection itself is missing.

This patch must be backported to 2.1.

(cherry picked from commit 8694f25040958cfab9e592bee821bc5769d1a1b5)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_fcgi.c