commit | 60814ffe8188ddd91fcdd6981a570e0d3107f60b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 30 11:19:23 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 30 14:06:19 2020 +0200 |
tree | 2ad28313635a3f204aa1d0d6eeb690170ddbec41 | |
parent | bd42e9257da0c66b8e1f77fa926073ea39b3d98a [diff] |
MINOR: mux-fcgi: avoid taking the toremove_lock in on dying tasks If the owning task is already dying (context was destroyed by fcgi_takeover) there's no point taking the lock then removing it later since all the code in between is conditionned by a non-null context. Let's simplify this.