-
- Downloads
autobahn add same serverside rxflow cache to client
Server side has had immediate RX flow control for quite a while.
But client side made do with RX continuing until what had been received was exhausted.
For what Autobahn tests, that's not enough.
This patch gives clientside RX flow control the same immediate effect as the server
side enjoys, re-using the same code.
Signed-off-by:
Andy Green <andy.green@linaro.org>
Showing
- lib/client.c 21 additions, 1 deletionlib/client.c
- lib/handshake.c 5 additions, 2 deletionslib/handshake.c
- lib/libwebsockets.c 35 additions, 0 deletionslib/libwebsockets.c
- lib/output.c 11 additions, 4 deletionslib/output.c
- lib/private-libwebsockets.h 4 additions, 6 deletionslib/private-libwebsockets.h
- lib/server.c 1 addition, 36 deletionslib/server.c
- lib/service.c 12 additions, 5 deletionslib/service.c
Loading
Please register or sign in to comment