aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol2/layer.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-08-15 17:43:46 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-08-16 11:36:31 +0200
commit1e40d34e942382bbb11234e0e9232794b3bf6acf (patch)
tree71e7c5879dcf9d30073e23014fea627eeba2647d /libmproxy/protocol2/layer.py
parent2a15479cdbda07a4a99f56f6090e479decbeb17c (diff)
downloadmitmproxy-1e40d34e942382bbb11234e0e9232794b3bf6acf.tar.gz
mitmproxy-1e40d34e942382bbb11234e0e9232794b3bf6acf.tar.bz2
mitmproxy-1e40d34e942382bbb11234e0e9232794b3bf6acf.zip
add ALPN to proxy connections
Diffstat (limited to 'libmproxy/protocol2/layer.py')
-rw-r--r--libmproxy/protocol2/layer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/protocol2/layer.py b/libmproxy/protocol2/layer.py
index 8e985d4d..de519baa 100644
--- a/libmproxy/protocol2/layer.py
+++ b/libmproxy/protocol2/layer.py
@@ -208,4 +208,4 @@ def yield_from_callback(fun):
self.yield_from_callback = None
- return wrapper \ No newline at end of file
+ return wrapper