From 20ad495483f519d67c239bb2ad6c34f8c6772512 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 2 Feb 2013 19:51:47 +0100 Subject: [PATCH] src/test.py: Why would a test server create a socket? --- src/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test.py b/src/test.py index 391c122fc..ffa903db7 100644 --- a/src/test.py +++ b/src/test.py @@ -584,7 +584,6 @@ class FakeHTTPConnection(httplib.HTTPConnection): httplib.HTTPConnection.__init__(self, 'localhost') self.rfile = rfile self.wfile = wfile - self.connect() def send(self, data): self.wfile.write(data) #def putheader(self, name, value):