mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
Handle MQTT exceptions properly
This commit is contained in:
parent
cb042d16a2
commit
f6d1e6027a
1 changed files with 1 additions and 1 deletions
|
@ -201,5 +201,5 @@ class MQTT(BaseRequestHandler):
|
||||||
|
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
raise
|
self.request.close()
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue