MatrixSynapse/synapse/http
Sean Quah 0b684b59e5
Fix logging of incorrect status codes for disconnected requests (#12580)
The status code of requests must always be set, regardless of client
disconnection, otherwise they will always be logged as 200!.

Broken for `respond_with_json` in
f48792eec4.
Broken for `respond_with_json_bytes` in
3e58ce72b4.
Broken for `respond_with_html_bytes` in
ea26e9a98b.

Signed-off-by: Sean Quah <seanq@element.io>
2022-04-28 15:49:50 +00:00
..
federation
__init__.py
additional_resource.py
client.py
connectproxyclient.py
matrixfederationclient.py
proxyagent.py
request_metrics.py
server.py Fix logging of incorrect status codes for disconnected requests (#12580) 2022-04-28 15:49:50 +00:00
servlet.py
site.py
types.py