]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs
authorWilly Tarreau <w@1wt.eu>
Tue, 10 May 2022 09:22:50 +0000 (11:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 May 2022 12:27:57 +0000 (14:27 +0200)
commit7d299c284baaa44c1bab20b10ad61fb1d7a229c0
tree6f70f38a4e449f55ae21a41c430d1170b5f01031
parent7a2705f921a6161f6ab2b29794bb8f9e2dc30add
CLEANUP: mux-fcgi: always take the endp from the fstrm not the cs

At a few places the endpoint pointer was retrieved from the conn_stream
while it's safer and more long-term proof to take it from the fstrm.
Let's just do that.
src/mux_fcgi.c