1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/http
wreuven 010502731c
Update client-http.c
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
2023-05-30 17:28:20 +03:00
..
client Update client-http.c 2023-05-30 17:28:20 +03:00
compression http: compression: fix selection 2022-05-04 08:43:26 +01:00
server clean: unreachable cruft 2022-09-18 08:17:25 +01:00
CMakeLists.txt http: cookies: support cookie jar in and out 2021-08-21 17:44:40 +01:00
cookie.c nsc: fall back to internal headers when no stash 2022-03-25 08:18:29 +00:00
date.c http: date: use timegm 2021-08-13 05:25:00 +01:00
header.c http: lws_add_http_header_by_name: add colon if needed 2022-01-27 13:08:35 +00:00
lextable-strings.h http: x-amn-dss-signature header 2021-02-17 11:39:15 +00:00
lextable.h http: x-amn-dss-signature header 2021-02-17 11:39:15 +00:00
minilex.c h2: mark :protocol as an h2 psuedoheader 2020-09-20 09:17:09 +01:00
parsers.c http: cookie_get 2021-12-02 09:21:27 +00:00
private-lib-roles-http.h lws_metrics 2021-03-08 21:47:28 +00:00