From 38c456bb627c4570e0ed983229ec8ef2f120a4b6 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 16 Aug 2015 15:19:11 +0200 Subject: implement Http1 and Http2 protocols as layers --- libmproxy/protocol2/layer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmproxy/protocol2/layer.py') diff --git a/libmproxy/protocol2/layer.py b/libmproxy/protocol2/layer.py index c1648a62..31b74552 100644 --- a/libmproxy/protocol2/layer.py +++ b/libmproxy/protocol2/layer.py @@ -64,6 +64,7 @@ class Layer(_LayerCodeCompletion): """ super(Layer, self).__init__() self.ctx = ctx + print("%s -> %s" % (repr(ctx), repr(self))) def __call__(self): """ -- cgit v1.2.3