-
- Downloads
deprecate LWS_SEND_BUFFER_POST_PADDING
The only guy who cared about this for a long while
(since I eliminated the pre-standard protocol variants)
was sending a close frame.
- Set it to 0 so old code remains happy. It only affects
user code buffer commit, if there's overcommit no harm
done so no effect directly on user ABI.
- Remove all uses inside the library. The sample apps
don't have it any more and that's the recommendation now.
Signed-off-by:
Andy Green <andy.green@linaro.org>
Showing
- changelog 20 additions, 2 deletionschangelog
- lib/client.c 1 addition, 1 deletionlib/client.c
- lib/extension-deflate-frame.c 4 additions, 8 deletionslib/extension-deflate-frame.c
- lib/libwebsockets.c 1 addition, 2 deletionslib/libwebsockets.c
- lib/libwebsockets.h 32 additions, 16 deletionslib/libwebsockets.h
- lib/output.c 2 additions, 4 deletionslib/output.c
- lib/server.c 1 addition, 1 deletionlib/server.c
- test-server/test-client.c 1 addition, 2 deletionstest-server/test-client.c
- test-server/test-echo.c 1 addition, 1 deletiontest-server/test-echo.c
- test-server/test-fraggle.c 1 addition, 2 deletionstest-server/test-fraggle.c
- test-server/test-ping.c 1 addition, 2 deletionstest-server/test-ping.c
- test-server/test-server-dumb-increment.c 1 addition, 2 deletionstest-server/test-server-dumb-increment.c
- test-server/test-server-mirror.c 5 additions, 5 deletionstest-server/test-server-mirror.c
Loading
Please register or sign in to comment