mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 01:05:57 -05: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.