minor changes to stay in sync with sans-io

This commit is contained in:
Maximilian Hils 2018-05-25 13:22:52 +02:00
parent 76c056affd
commit b6123eede6

View File

@ -291,7 +291,7 @@ class HttpLayer(base.Layer):
self.channel.ask("error", f) self.channel.ask("error", f)
raise exceptions.ProtocolException( raise exceptions.ProtocolException(
"HTTP protocol error in client request: {}".format(e) "HTTP protocol error in client request: {}".format(e)
) ) from e
self.log("request", "debug", [repr(request)]) self.log("request", "debug", [repr(request)])