synapse-product/synapse/http
Erik Johnston b28a7ed503 Fix spurious exceptions when client closes conncetion
If a HTTP handler throws an exception while processing a request we
automatically write a JSON error response. If the handler had already
started writing a response twisted throws an exception.

We should check for this case and simple abort the connection if there
was an error after the response had started being written.
2018-09-20 13:44:20 +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 Update to use new timeout function everywhere. 2018-09-19 10:39:40 +01:00
endpoint.py Set SNI to the server_name, not whatever was in the SRV record 2018-09-18 17:01:12 +01:00
matrixfederationclient.py Update to use new timeout function everywhere. 2018-09-19 10:39:40 +01:00
request_metrics.py Fix more b'abcd' noise in metrics 2018-09-17 17:16:50 +01:00
server.py Fix spurious exceptions when client closes conncetion 2018-09-20 13:44:20 +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 Add a regression test for logging on failed connections (#3912) 2018-09-20 16:28:18 +10:00