forked-synapse/synapse/http
Richard van der Hoff 936482d507 Fix 'NoneType' object has no attribute 'writeHeaders'
Avoid throwing a (harmless) exception when we try to write an error response to
an http request where the client has disconnected.

This comes up as a CRITICAL error in the logs which tends to mislead people
into thinking there's an actual problem
2018-01-16 17:58:16 +00:00
..
__init__.py
additional_resource.py Add a hook for custom rest endpoints 2017-11-02 14:36:55 +00:00
client.py Merge pull request #2586 from matrix-org/rav/frontend_proxy_auth_header 2017-10-27 11:01:50 +01:00
endpoint.py Fix error handling on dns lookup 2017-11-24 16:47:48 +00:00
matrixfederationclient.py
server.py Fix 'NoneType' object has no attribute 'writeHeaders' 2018-01-16 17:58:16 +00:00
servlet.py Fix 500 on invalid utf-8 in request 2017-11-10 09:15:39 +00:00
site.py