MatrixSynapse/synapse/http
Erik Johnston 334e075dd8 Fix error when logging incomplete requests
If a connection is lost before a request is read from Request, Twisted
sets `method` (and `uri`) attributes to dummy values. These dummy values
have incorrect types (i.e. they're not bytes), and so things like
`__repr__` would raise an exception.

To fix this we had a helper method to return the method with a
consistent type.
2018-10-02 12:06:22 +01:00
..
__init__.py
additional_resource.py
client.py
endpoint.py
matrixfederationclient.py
request_metrics.py
server.py Fix spurious exceptions when client closes conncetion 2018-09-20 13:44:20 +01:00
servlet.py
site.py Fix error when logging incomplete requests 2018-10-02 12:06:22 +01:00