mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
1c26acd815
We incorrectly didn't use the returned `Responder` if the client had disconnected, which meant that the resource used by the Responder wasn't correctly released. In particular, this exhausted the thread pools so that *all* requests timed out.
1 line
89 B
Text
1 line
89 B
Text
Fix bug where we wedge media plugins if clients disconnect early. Introduced in v1.22.0.
|