Minor fix

This commit is contained in:
lgandx 2014-01-27 11:33:43 -05:00
commit 111a14cb0a

View file

@ -1309,7 +1309,7 @@ class ProxyHandler (BaseHTTPServer.BaseHTTPRequestHandler):
try:
self._read_write(soc, netloc)
except:
raise
pass
finally:
soc.close()