commit | f11be0ea1e8e571234cb41a2fcdde2cf2161df37 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 16 16:59:45 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 17 18:30:36 2020 +0100 |
tree | 153edcdc534803dfd3edf118d7b66d2dc752079a | |
parent | d9464167fa3185c2df42d123cd789ac07cc8cb96 [diff] |
MEDIUM: mux-fcgi: do not try to stop sending streams on blocked mux This is essentially the same change as applied to mux-h2 in previous commit "MEDIUM: mux-h2: do not try to stop sending streams on blocked mux". The goal is to make sure we don't need to keep the item in the send_wait list until it's executed so that we can later merge it with the recv_wait list. No performance changes were observed.