1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

fixed LWS_PRE description

This commit is contained in:
Steffen Vogel 2016-02-09 07:19:15 +01:00 committed by Andy Green
parent 502521e728
commit f9267170a3

View file

@ -249,7 +249,7 @@ anyway.
5) Pings and close used to be limited to 124 bytes, the correct limit is 125
so that is now also allowed.
6) LWS_PRE is provided as a synonym for LWS_SEND_BUFFER_POST_PADDING, either is
6) LWS_PRE is provided as a synonym for LWS_SEND_BUFFER_PRE_PADDING, either is
valid to use now.
7) There's generic support for RFC7462 style extension options built into the