summaryrefslogtreecommitdiff
path: root/test-server
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2011-05-24 22:07:45 +0100
committerAndy Green <andy@warmcat.com>2011-05-24 22:07:45 +0100
commit66a16f393e98408994e3ee6d49ada01fa63992b5 (patch)
tree64f9bc45fcd859abbbdf20593d46852ff4366926 /test-server
parent7448c7ee0bcc1302fa028a294c7c772f9e29a0b1 (diff)
x google mux implement child close
This implements clean client and server close for mux child connections, and deals with accounting for parent child lists. The mux link can then survive constant connection bringup and teardown found in the new test client. Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'test-server')
-rw-r--r--test-server/test-server-extpoll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-server/test-server-extpoll.c b/test-server/test-server-extpoll.c
index f2594d9..f550ff6 100644
--- a/test-server/test-server-extpoll.c
+++ b/test-server/test-server-extpoll.c
@@ -192,6 +192,7 @@ dump_handshake_info(struct lws_tokens *lwst)
[WSI_TOKEN_ACCEPT] = "Accept",
[WSI_TOKEN_NONCE] = "Nonce",
[WSI_TOKEN_HTTP] = "Http",
+ [WSI_TOKEN_MUXURL] = "MuxURL",
};
for (n = 0; n < WSI_TOKEN_COUNT; n++) {