CLEANUP: mux-fcgi: add and use fcgi_strm_sc() to retrieve the stream connector
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 05:34:16 +0000 (07:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit77534276d14c1068ee8b55566aba5a7eb66f6576
treee5b7397c571ce5a6177433ea6ddc6fe8d39275b0
parent7be4ee0673e53724e0a6a3196b6ae3f6eae8f66a
CLEANUP: mux-fcgi: add and use fcgi_strm_sc() to retrieve the stream connector

This is better and easier to adapt than fstrm->endp->cs.
src/mux_fcgi.c