From 94783ea0cd3a374410be61283f538c93cad1650e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 7 Feb 2017 15:38:07 +0100 Subject: [PATCH] Remove --auto-pong argument The underlying code has been removed, so remove the argument as well. --- websockify/websocketproxy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/websockify/websocketproxy.py b/websockify/websocketproxy.py index 6169270..5a6d90e 100755 --- a/websockify/websocketproxy.py +++ b/websockify/websocketproxy.py @@ -419,8 +419,6 @@ def websockify_init(): parser.add_option("--auth-source", default=None, metavar="ARG", help="an argument to be passed to the auth plugin" "on instantiation") - parser.add_option("--auto-pong", action="store_true", - help="Automatically respond to ping frames with a pong") parser.add_option("--heartbeat", type=int, default=0, help="send a ping to the client every HEARTBEAT seconds") parser.add_option("--log-file", metavar="FILE",