mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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.
2 lines
89 B
Plaintext
2 lines
89 B
Plaintext
Fix bug where we wedge media plugins if clients disconnect early. Introduced in v1.22.0.
|