mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
c997bfb926
All async request processing goes through `_AsyncResource`, so this is the only place where a `Deferred` needs to be captured for cancellation. Unfortunately, the same isn't true for determining whether a request can be cancelled. Each of `RestServlet`, `BaseFederationServlet`, `DirectServe{Html,Json}Resource` and `ReplicationEndpoint` have different wrappers around the method doing the request handling and they all need to be handled separately. Signed-off-by: Sean Quah <seanq@element.io> |
||
---|---|---|
.. | ||
.gitignore | ||
12477.misc | ||
12586.misc | ||
12588.misc | ||
12630.misc | ||
12676.misc | ||
12677.misc | ||
12679.misc | ||
12694.misc | ||
12695.misc |