MatrixSynapse/synapse/http
Richard van der Hoff 31c15dcb80
Refactor matrixfederationclient to fix logging (#3906)
We want to wait until we have read the response body before we log the request
as complete, otherwise a confusing thing happens where the request appears to
have completed, but we later fail it.

To do this, we factor the salient details of a request out to a separate
object, which can then keep track of the txn_id, so that it can be logged.
2018-09-18 18:17:15 +01:00
..
__init__.py redact better 2018-09-14 03:45:34 +10:00
additional_resource.py run isort 2018-07-09 16:09:20 +10:00
client.py fix 2018-09-15 00:26:00 +10:00
endpoint.py Merge remote-tracking branch 'upstream/develop' into send_sni_for_federation_requests 2018-07-14 20:24:46 +02:00
matrixfederationclient.py Refactor matrixfederationclient to fix logging (#3906) 2018-09-18 18:17:15 +01:00
request_metrics.py Fix more b'abcd' noise in metrics 2018-09-17 17:16:50 +01:00
server.py Merge pull request #3701 from matrix-org/rav/use_producer_for_responses 2018-08-17 14:58:45 +01:00
servlet.py Port over enough to get some sytests running on Python 3 (#3668) 2018-08-20 23:54:49 +10:00
site.py Fix more b'abcd' noise in metrics 2018-09-17 17:16:50 +01:00