MatrixSynapse/synapse
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
..
api
app
appservice
config
crypto
events
federation
groups
handlers
http Fix spurious exceptions when client closes conncetion 2018-09-20 13:44:20 +01:00
metrics
module_api
push
replication
rest
server_notices
state
static/client
storage
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
server.pyi
types.py
visibility.py