From 03384721e7f330c0eea9ca3f1c4eaac8a511ab8c Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sat, 27 Feb 2016 13:17:26 +0800 Subject: [PATCH] test server libuv support status protocol Signed-off-by: Andy Green --- test-server/test-server-libuv.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test-server/test-server-libuv.c b/test-server/test-server-libuv.c index 5716bdf..d7ce0dd 100644 --- a/test-server/test-server-libuv.c +++ b/test-server/test-server-libuv.c @@ -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 */ }; -- 2.7.4