mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-14 19:59:03 +00:00
Handle MQTT exceptions properly
This commit is contained in:
@@ -201,5 +201,5 @@ class MQTT(BaseRequestHandler):
|
|||||||
|
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
raise
|
self.request.close()
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user