diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-07-05 09:37:43 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-07-05 10:57:20 +1200 |
commit | 20cc1b6aa4488d9b230469ba57b6a92380bfeeca (patch) | |
tree | a20860bfc43c9d0e977982d9d6dabe5eb7b29846 /netlib/tcp.py | |
parent | 96af5c16a065a8167d167ed1d4dc9e0a77566e25 (diff) | |
download | mitmproxy-20cc1b6aa4488d9b230469ba57b6a92380bfeeca.tar.gz mitmproxy-20cc1b6aa4488d9b230469ba57b6a92380bfeeca.tar.bz2 mitmproxy-20cc1b6aa4488d9b230469ba57b6a92380bfeeca.zip |
Refactor TCP test suite.
Diffstat (limited to 'netlib/tcp.py')
-rw-r--r-- | netlib/tcp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py index 54148172..0af3d463 100644 --- a/netlib/tcp.py +++ b/netlib/tcp.py @@ -209,7 +209,7 @@ class TCPServer: request.close() # Why a blanket except here? In some circumstances, a thread can # persist until the interpreter exits. When this happens, all modules - # and builtins are set to None, and things balls up indeterminate + # and builtins are set to None, and things balls up in indeterminate # ways. except: pass |