mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
![]() This bug was triggered for example when the connection closes (e.g. timeout) just as we attempt a new reuse of the connection. Returning 0, means the callers will make use of a now invalid WSI. This often results in a double free of the wsi memory. Need to return -1 |
||
---|---|---|
.. | ||
client | ||
compression | ||
server | ||
CMakeLists.txt | ||
cookie.c | ||
date.c | ||
header.c | ||
lextable-strings.h | ||
lextable.h | ||
minilex.c | ||
parsers.c | ||
private-lib-roles-http.h |