mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-20 06:39:01 +00:00
Minor fix
This commit is contained in:
@@ -1309,7 +1309,7 @@ class ProxyHandler (BaseHTTPServer.BaseHTTPRequestHandler):
|
|||||||
try:
|
try:
|
||||||
self._read_write(soc, netloc)
|
self._read_write(soc, netloc)
|
||||||
except:
|
except:
|
||||||
raise
|
pass
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
soc.close()
|
soc.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user