MEDIUM: mux-fcgi: do not make an fstrm subscribe to itself on deferred shut
authorWilly Tarreau <w@1wt.eu>
Thu, 16 Jan 2020 16:20:57 +0000 (17:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Jan 2020 17:30:36 +0000 (18:30 +0100)
commit7aad7039e4a44b43497f6670993c1165b34e12e6
tree6db7a3c2886b08182ec6b0219228724818f69643
parent5723f295d85febf5505f8aef6afabb6b23d6fdec
MEDIUM: mux-fcgi: do not make an fstrm subscribe to itself on deferred shut

This is the port to FCGI of previous commit "MEDIUM: mux-h2: do not make
an h2s subscribe to itself on deferred shut".

The purpose is to avoid subscribing to the send_wait list when trying to
close, because we'll soon have to merge both recv and send lists. Basic
testing showed no difference (performance nor issues).
src/mux_fcgi.c