mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
31c15dcb80
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. |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
test_account_data.py | ||
test_events.py | ||
test_receipts.py |