mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-05-01 23:09:47 +00:00
![]() The handling of return codes in client-http generally can do with some improvement. Basically it should be OK (0) or the wsi should be closed synchronously in the function and return nonzero. Re-use LWS_HPI_RET_WSI_ALREADY_DIED as the closed return to make the meaning unambiguous. Add some extra use of bail3 exit path to cleanly return the closed value with cce for some extra cases. |
||
---|---|---|
.. | ||
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 |