MatrixSynapse/tests
Andrew Morgan 7bef97dfb7
Remove trailing slashes from outbound federation requests and retry on 400 (#4840)
As per #3622, we remove trailing slashes from outbound federation requests. However, to ensure that we remain backwards compatible with previous versions of Synapse, if we receive a HTTP 400 with `M_UNRECOGNIZED`, then we are likely talking to an older version of Synapse in which case we retry with a trailing slash appended to the request path.
2019-03-21 15:07:28 +00:00
..
api Enforce hs_disabled_message correctly 2019-03-19 11:30:54 +00:00
app
appservice
config
crypto
events
federation Batch up outgoing read-receipts to reduce federation traffic. (#4890) 2019-03-20 16:02:25 +00:00
handlers Remove trailing slashes from outbound federation requests and retry on 400 (#4840) 2019-03-21 15:07:28 +00:00
http lint 2019-03-20 14:08:57 +00:00
push Fix email test 2019-03-19 11:44:43 +00:00
replication
rest Merge pull request #4908 from matrix-org/erikj/block_peek_on_blocked_rooms 2019-03-21 14:07:17 +00:00
scripts
server_notices Fix resource limits tests 2019-03-19 11:44:43 +00:00
state
storage Migrate the user directory initial population to a background task (#4864) 2019-03-19 04:50:24 +11:00
test_utils
util
__init__.py
patch_inline_callbacks.py
server.py Log requests which are simulated by the unit tests. (#4905) 2019-03-20 18:00:02 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Migrate the user directory initial population to a background task (#4864) 2019-03-19 04:50:24 +11:00
utils.py Add test 2019-03-20 14:53:44 +00:00