mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
clarify changelog
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
daa6b8ff25
commit
4e2ac7685d
1 changed files with 1 additions and 6 deletions
|
@ -110,12 +110,7 @@ allocated a buffer bigger than the library is going to use.
|
|||
|
||||
The example apps no longer use LWS_SEND_BUFFER_POST_PADDING.
|
||||
|
||||
The only path who made use of it was sending with LWS_WRITE_CLOSE.
|
||||
|
||||
If you use LWS_WRITE_CLOSE by hand in your user code, you need to allow an
|
||||
extra 2 bytes space at the end of your buffer. This ONLY applies to
|
||||
LWS_WRITE_CLOSE, which you normally don't send directly, but cause by returning
|
||||
nonzero from a callback letting the library actually send it.
|
||||
The only path who made use of it was sending with LWS_WRITE_CLOSE --->
|
||||
|
||||
2) Because of lws_close_reason() formalizing handling close frames,
|
||||
LWS_WRITE_CLOSE is removed from libwebsockets.h. It was only of use to send
|
||||
|
|
Loading…
Add table
Reference in a new issue