test-client: fix broken protocol names
authorAndy Green <andy@warmcat.com>
Thu, 15 Dec 2016 05:25:25 +0000 (13:25 +0800)
committerAndy Green <andy@warmcat.com>
Tue, 20 Dec 2016 06:37:07 +0000 (14:37 +0800)
test-server/test-client.c

index 50d6bac9f4b9f1812d51b2ef6d4d1a3e1e562934..c0a969897415bfcff6043d82d24f7bcd9c61c82c 100644 (file)
@@ -329,13 +329,13 @@ callback_lws_mirror(struct lws *wsi, enum lws_callback_reasons reason,
 
 static struct lws_protocols protocols[] = {
        {
-               "dumb-increment-protocol,fake-nonexistant-protocol",
+               "dumb-increment-protocol",
                callback_dumb_increment,
                0,
                20,
        },
        {
-               "fake-nonexistant-protocol,lws-mirror-protocol",
+               "lws-mirror-protocol",
                callback_lws_mirror,
                0,
                128,