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:
parent
23c5f2ecd0
commit
ed334463e8
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue