Extra print

This commit is contained in:
Ryan Williams
2009-07-19 01:55:32 -07:00
parent 33a9ab48f9
commit 81cf5d574a

View File

@@ -142,7 +142,6 @@ class HttpProtocol(BaseHTTPServer.BaseHTTPRequestHandler):
try:
self.rfile = conn.makefile('rb', self.rbufsize)
self.wfile = conn.makefile('wb', self.wbufsize)
print "have a regular socket", conn.makefile
except (AttributeError, NotImplementedError):
if hasattr(conn, 'send') and hasattr(conn, 'recv'):
# it's an SSL.Connection