From 15ed0c017ee9ccb1f7012153b5635caa0ebe80a7 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Thu, 11 Aug 2016 21:28:11 +0200 Subject: [PATCH] Added message about WebSocket opened --- openwebrx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openwebrx.py b/openwebrx.py index 45df673..8f493fe 100755 --- a/openwebrx.py +++ b/openwebrx.py @@ -415,6 +415,7 @@ class WebRXHandler(BaseHTTPRequestHandler): # there's even another cool tip at http://stackoverflow.com/questions/4419650/how-to-implement-timeout-in-basehttpserver-basehttprequesthandler-python #if self.path[:5]=="/lock": cma("do_GET /lock/") # to test mutex_watchdog_thread. Do not uncomment in production environment! if self.path[:4]=="/ws/": + print "[openwebrx-ws] Client requested WebSocket connection" if receiver_failed: self.send_error(500,"Internal server error") try: # ========= WebSocket handshake =========