-
- Downloads
Various cleanups in the federation client code (#4031)
- Improve logging: log things in the right order, include destination and txids in all log lines, don't log successful responses twice - Fix the docstring on TransportLayerClient.send_transaction - Don't use treq.request, which is overcomplicated for our purposes: just use a twisted.web.client.Agent. - simplify the logic for setting up the bodyProducer - fix bytes/str confusions
Showing
- changelog.d/4031.misc 1 addition, 0 deletionschangelog.d/4031.misc
- synapse/federation/transaction_queue.py 12 additions, 15 deletionssynapse/federation/transaction_queue.py
- synapse/federation/transport/client.py 11 additions, 8 deletionssynapse/federation/transport/client.py
- synapse/http/matrixfederationclient.py 40 additions, 38 deletionssynapse/http/matrixfederationclient.py
Loading
Please register or sign in to comment