1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 1c09e6e822 buflist: overallocate by 1
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.
2019-10-13 07:17:03 +01:00
..
alloc.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
buflist.c buflist: overallocate by 1 2019-10-13 07:17:03 +01:00
context.c lws_system: dhcpclient 2019-10-12 12:41:14 +01:00
libwebsockets.c lws_system: auth callback 2019-10-12 12:41:14 +01:00
logs.c logs: avoid monotonic time 2019-10-10 16:34:37 +01:00
lws_dll.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws_dll2.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
private-lib-core.h lws_system: auth token handling using buflist 2019-10-12 12:41:14 +01:00
vfs.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00