1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/test-server
Andy Green a41314f3bf introduce x google mux very draft indeed
This is initial x-google-mux support.  It's disabled by default
since it's very pre-alpha.

1) To enable it, reconfigure with --enable-x-google-mux

2) It conflicts with deflate-stream, use the -u switch on
   the test client to disable deflate-stream

3) It deviates from the google standard by sending full
   headers in the addchannel subcommand rather than just
   changed ones from original connect

4) Quota is not implemented yet

5) Close of subchannel is not really implemented yet

6) Google opcode 0xf is changed to 0x7 to account for
   v7 protocol changes to opcode layout

However despite those caveats, in fact it can run the
test client reliably over one socket (both dumb-increment
and lws-mirror-protocol), you can open a browser on the
same test server too and see the circles, etc.

Signed-off-by: Andy Green <andy@warmcat.com>
2011-05-23 10:00:03 +01:00
..
favicon.ico refactor-into-dirs.patch 2010-11-01 09:12:17 +00:00
Makefile.am introduce fraggle test app 2011-03-07 21:40:59 +00:00
Makefile.in introduce fraggle test app 2011-03-07 21:40:59 +00:00
test-client.c add compression defeat switch to test client 2011-03-06 13:32:53 +00:00
test-fraggle.c beautify fraggle 2011-03-09 09:21:24 +00:00
test-ping.c introduce internal extensions array 2011-03-06 13:15:32 +00:00
test-server-extpoll.c add separate server writeable and change naming to match rest of callbacks 2011-03-07 20:47:39 +00:00
test-server.c introduce x google mux very draft indeed 2011-05-23 10:00:03 +01:00
test.html introduce-ssl-client-connections--flow-control.patch 2011-01-27 06:26:52 +00:00