-
- Downloads
Complain if a federation endpoint has the `@cancellable` flag (#12705)
`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>
Showing
- changelog.d/12705.misc 1 addition, 0 deletionschangelog.d/12705.misc
- synapse/federation/transport/server/_base.py 12 additions, 1 deletionsynapse/federation/transport/server/_base.py
- tests/federation/transport/server/test__base.py 2 additions, 0 deletionstests/federation/transport/server/test__base.py
changelog.d/12705.misc
0 → 100644
Please register or sign in to comment