aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmill <smill@cuckoo.sh>2016-09-04 01:35:03 +0000
committersmill <smill@cuckoo.sh>2016-09-04 01:35:03 +0000
commite278ce6455b63eb9da61f0e92d7f25cbdf881d8b (patch)
treef2da663cdcecf75effc94dec8d345d3d41257e9f
parentfbfedbdc8f02bc36191d3fbf0f5cb7756331c89d (diff)
downloadmitmproxy-e278ce6455b63eb9da61f0e92d7f25cbdf881d8b.tar.gz
mitmproxy-e278ce6455b63eb9da61f0e92d7f25cbdf881d8b.tar.bz2
mitmproxy-e278ce6455b63eb9da61f0e92d7f25cbdf881d8b.zip
Removed a mistakenly inserted newline character.
-rw-r--r--netlib/tcp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py
index 37460743..1fd0164f 100644
--- a/netlib/tcp.py
+++ b/netlib/tcp.py
@@ -875,7 +875,6 @@ class BaseHandler(_Connection):
class Counter:
-
def __init__(self):
self._count = 0
self._lock = threading.Lock()