Remove --auto-pong argument

The underlying code has been removed, so remove the argument
as well.
This commit is contained in:
Pierre Ossman 2017-02-07 15:38:07 +01:00
parent 795552e418
commit 94783ea0cd
1 changed files with 0 additions and 2 deletions

View File

@ -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",