mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() The code to prevent memory leaks caused by reallocating a wsi->utf8_token was also causing wsi->parser_state to not be updated, preventing the handshake from completing. This patch changes the logic to append to previous allocation which is correct behaviour actually. Signed-off-by: Nick Dowell <nick@nickdowell.com> Signed-off-by: Andy Green <andy@warmcat.com> |
||
---|---|---|
.. | ||
base64-decode.c | ||
client-handshake.c | ||
extension-deflate-stream.c | ||
extension-deflate-stream.h | ||
extension-x-google-mux.c | ||
extension-x-google-mux.h | ||
extension.c | ||
handshake.c | ||
libwebsockets.c | ||
libwebsockets.h | ||
Makefile.am | ||
Makefile.in | ||
md5.c | ||
parsers.c | ||
private-libwebsockets.h | ||
sha-1.c |