test-client: fix broken protocol names
This commit is contained in:
parent
31d2a2c6dd
commit
72d78ed4f8
1 changed files with 2 additions and 2 deletions
|
@ -206,13 +206,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,
|
||||
|
|
Loading…
Add table
Reference in a new issue