0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-10 22:58:53 +02:00
synapse/tests/http
Richard van der Hoff 1b338476af
Allow bigger responses to /federation/v1/state (#12877)
* Refactor HTTP response size limits

Rather than passing a separate `max_response_size` down the stack, make it an
attribute of the `parser`.

* Allow bigger responses on `federation/v1/state`

`/state` can return huge responses, so we need to handle that.
2022-05-25 22:24:28 +01:00
..
federation Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
server Add helper class for testing request cancellation (#12630) 2022-05-10 14:06:56 +01:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
ca.crt Tests for SSL certs for federation connections 2019-06-10 16:14:20 +01:00
ca.key Tests for SSL certs for federation connections 2019-06-10 16:14:20 +01:00
server.key Tests for SSL certs for federation connections 2019-06-10 16:14:20 +01:00
test_additional_resource.py Add reactor to SynapseRequest and fix up types. (#10868) 2021-09-24 11:01:25 +01:00
test_client.py Use mock from the stdlib. (#9772) 2021-04-09 13:44:38 -04:00
test_endpoint.py Prevent the media store from writing outside of the configured directory 2021-11-19 13:39:15 +00:00
test_fedclient.py Allow bigger responses to /federation/v1/state (#12877) 2022-05-25 22:24:28 +01:00
test_proxyagent.py support federation queries through http connect proxy (#10475) 2021-08-11 15:34:59 +01:00
test_servlet.py Add some type hints to tests files (#12833) 2022-05-23 11:23:26 +00:00
test_simple_client.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_site.py Add some type hints to tests files (#12833) 2022-05-23 11:23:26 +00:00