mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
test-client: fix broken protocol names
This commit is contained in:
parent
e0bed8da33
commit
5767095208
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue