commit | 7aad7039e4a44b43497f6670993c1165b34e12e6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 16 17:20:57 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 17 18:30:36 2020 +0100 |
tree | 6db7a3c2886b08182ec6b0219228724818f69643 | |
parent | 5723f295d85febf5505f8aef6afabb6b23d6fdec [diff] |
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).