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

changelog header lifecycle

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-07 21:14:33 +08:00
parent 23c5f2ecd0
commit ed334463e8

View file

@ -11,6 +11,15 @@ User api additions
and the git HEAD hash the library was built from
User api changes
----------------
- Header tokens are now deleted after the websocket connection is
established. Not just the header data is saved, but the pointer and length
array is also removed from (union) scope saving several hundred bytes per
connection once it is established
New features
------------