mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
![]() We overallocate at the start by LWS_PRE so we can use buflist content directly with lws_write, this has us also overallocate by 1 at the end. There's a corner case with cgi where it's receiving bulk POST data to pass on to cgi stdin and wants to make sure there's a NUL just past the end... this makes sure we have space for it. |
||
---|---|---|
.. | ||
alloc.c | ||
buflist.c | ||
context.c | ||
libwebsockets.c | ||
logs.c | ||
lws_dll.c | ||
lws_dll2.c | ||
private-lib-core.h | ||
vfs.c |