deprecate LWS_SEND_BUFFER_POST_PADDING
authorAndy Green <andy.green@linaro.org>
Sat, 26 Dec 2015 04:03:06 +0000 (12:03 +0800)
committerAndy Green <andy.green@linaro.org>
Sat, 26 Dec 2015 04:03:06 +0000 (12:03 +0800)
commit3246ebb3f53707c8d328a94be5dab8cfe8fd56d4
tree5817dc9f3b01021d3205e869ca117aeddda924ea
parentde1a6a539f915ffbebe68f522a5d9d2e917ebc54
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>
13 files changed:
changelog
lib/client.c
lib/extension-deflate-frame.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/output.c
lib/server.c
test-server/test-client.c
test-server/test-echo.c
test-server/test-fraggle.c
test-server/test-ping.c
test-server/test-server-dumb-increment.c
test-server/test-server-mirror.c