-
- Downloads
Remove redundant WrappedConnection (#4409)
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business.
Showing
- changelog.d/4409.misc 1 addition, 0 deletionschangelog.d/4409.misc
- synapse/http/endpoint.py 4 additions, 71 deletionssynapse/http/endpoint.py
- synapse/http/matrixfederationclient.py 15 additions, 15 deletionssynapse/http/matrixfederationclient.py
- tests/http/test_fedclient.py 47 additions, 7 deletionstests/http/test_fedclient.py
Loading
Please register or sign in to comment