1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/test-server
Andy Green 3246ebb3f5 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>
2015-12-26 12:03:06 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
attack.sh uridecoding disallow uriencoded equals in name part 2015-12-18 15:40:03 +08:00
favicon.ico refactor-into-dirs.patch 2010-11-01 09:12:17 +00:00
leaf.jpg add by hand http send example 2013-02-14 23:24:07 +08:00
libwebsockets.org-logo.png add libwebsockets.org logo to share 2013-01-16 10:00:39 +08:00
test-client.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
test-echo.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
test-fraggle.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
test-ping.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
test-server-dumb-increment.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
test-server-http.c clean uri arg dump 2015-12-18 10:46:24 +08:00
test-server-mirror.c deprecate LWS_SEND_BUFFER_POST_PADDING 2015-12-26 12:03:06 +08:00
test-server-pthreads.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
test-server.c http header malloc pool implement pool 2015-12-25 14:34:20 +08:00
test-server.h win solve various cranky problems with msvc 2015-12-17 15:15:12 +08:00
test.html test html add open close buttons 2015-11-15 09:24:25 +08:00