Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.60.0rc1 | Sean Quah | 2022-05-24 | 1 | -1/+0 |
| | |||||
* | Complain if a federation endpoint has the `@cancellable` flag (#12705) | Sean Quah | 2022-05-11 | 1 | -0/+1 |
`BaseFederationServlet` wraps its endpoints in a bunch of async code that has not been vetted for compatibility with cancellation. Fail CI if a `@cancellable` flag is applied to a federation endpoint. Signed-off-by: Sean Quah <seanq@element.io> |