Skip to content
Snippets Groups Projects
Commit 03384721 authored by Andy Green's avatar Andy Green
Browse files

test server libuv support status protocol

parent 38a1cbb4
Branches
Tags
No related merge requests found
......@@ -89,6 +89,12 @@ static struct lws_protocols protocols[] = {
sizeof(struct per_session_data__lws_mirror),
128,
},
{
"lws-status",
callback_lws_status,
sizeof(struct per_session_data__lws_status),
128,
},
{ NULL, NULL, 0, 0 } /* terminator */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment