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/client
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-http.c Update client-http.c 2023-05-30 17:28:20 +03:00