mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
![]() Re-use wsi->preamble_rx to also hold leftover rx after dealing with POST body. Ensure ah->rx is always big enough to cope with what may have been read into the pt->serv_buf. Update the check for forced needed to also accept non-NULL wsi->preamble as well as ah->rxpos != ah->rxlen as indication forced needed. Disable autoservice on ah reset during transaction completed... it may close the wsi underneath us when it sees and processes the pending wsi->preamble_rx recursively otherwise. |
||
---|---|---|
.. | ||
client | ||
event-libs | ||
ext | ||
http2 | ||
jws | ||
misc | ||
plat | ||
server | ||
tls | ||
alloc.c | ||
context.c | ||
handshake.c | ||
header.c | ||
lextable-strings.h | ||
lextable.h | ||
libwebsockets.c | ||
libwebsockets.h | ||
minilex.c | ||
output.c | ||
pollfd.c | ||
private-libwebsockets.h | ||
service.c |