KEEPALIVE_MECHANISM_CONCHECK was added but can't be enabled (cherry picked from commit 29c3b865d8efde8435c2217df44d1df684caaea2) (cherry picked from commit 88b50be127ca0dab57784e0ffb96d6eb44196772)
@@ -221,6 +221,7 @@ static int mod_init(void)
switch(ws_keepalive_mechanism) {
case KEEPALIVE_MECHANISM_PING:
case KEEPALIVE_MECHANISM_PONG:
+ case KEEPALIVE_MECHANISM_CONCHECK:
break;
default:
ws_keepalive_mechanism = DEFAULT_KEEPALIVE_MECHANISM;