mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-02 10:15:42 -04:00

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.