Revert "BUG/MINOR: server: shut down streams under thread isolation"
authorWilly Tarreau <w@1wt.eu>
Thu, 26 Sep 2024 16:36:17 +0000 (18:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Sep 2024 08:17:31 +0000 (10:17 +0200)
commitd1c398b7868a9d4977c50458f64ffc294417592c
tree9ba9515ad13d3cae4f87e081df55c1dd77035d27
parent0c94b2efeccfb421c2480dd904225db1643bf290
Revert "BUG/MINOR: server: shut down streams under thread isolation"

This reverts commit b500e84e24fd19ccbcdf4fae5165aeb07e46bd67.

Thread isolation does not work well for this, there exists code paths
which already hold the server's lock and result in a deadlock. Let's
revert that and address it better without isolation.
src/server.c