summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-28Test the `@cancellable` flag on `DirectServe{Html,Json}Resource` methodsSean Quah1-2/+109
2022-04-28Test the `@cancellable` flag on `RestServlet` methodsSean Quah1-1/+59
2022-04-28Add helper class for testing request cancellationSean Quah2-0/+109
2022-04-28Expose the `SynapseRequest` from `FakeChannel` for testing disconnectionSean Quah1-0/+13
2022-04-28Respect the `@cancellable` flag for `ReplicationEndpoint`sSean Quah1-2/+19
2022-04-28Complain if a federation endpoint has the `@cancellable` flagSean Quah1-1/+10
2022-04-28Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet`sSean Quah1-0/+5
2022-04-28Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`sSean Quah1-0/+2
2022-04-28Capture the `Deferred` for request cancellation in `_AsyncResource`Sean Quah1-1/+3
2022-04-28Add ability to cancel disconnected requests to `SynapseRequest`Sean Quah1-1/+22
2022-04-28Improve logging for cancelled requestsSean Quah1-0/+31
2022-04-28Add `@cancellable` decorator, for use on request handlersSean Quah1-0/+47