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