diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-19 15:23:52 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-19 16:32:02 +0200 |
commit | c9fa8491ccc015ddff09ce15a5d718d6b58b515c (patch) | |
tree | 2e5caf6fbf6273672f4371615ebd3d40f8839c1f /libmproxy/proxy/connection.py | |
parent | 9bae97eb17ed66a33b5b988c6857ca6c9fae8e22 (diff) | |
download | mitmproxy-c9fa8491ccc015ddff09ce15a5d718d6b58b515c.tar.gz mitmproxy-c9fa8491ccc015ddff09ce15a5d718d6b58b515c.tar.bz2 mitmproxy-c9fa8491ccc015ddff09ce15a5d718d6b58b515c.zip |
improve next_layer detection
Diffstat (limited to 'libmproxy/proxy/connection.py')
-rw-r--r-- | libmproxy/proxy/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/proxy/connection.py b/libmproxy/proxy/connection.py index c9b57998..c329ed64 100644 --- a/libmproxy/proxy/connection.py +++ b/libmproxy/proxy/connection.py @@ -190,4 +190,4 @@ class ServerConnection(tcp.TCPClient, stateobject.StateObject): tcp.TCPClient.finish(self) self.timestamp_end = utils.timestamp() -ServerConnection._stateobject_attributes["via"] = ServerConnection
\ No newline at end of file +ServerConnection._stateobject_attributes["via"] = ServerConnection |