mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-15 01:22:52 -07:00
Handle FTP exceptions properly
This commit is contained in:
parent
de20dcf408
commit
cb042d16a2
1 changed files with 1 additions and 1 deletions
|
@ -55,5 +55,5 @@ class FTP(BaseRequestHandler):
|
||||||
data = self.request.recv(1024)
|
data = self.request.recv(1024)
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
raise
|
self.request.close()
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue