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
Andy Green c099e7be92 client: do client stash in a single alloc
Improve the code around stash, getting rid of the strdups for a net
code reduction.  Remove the special destroy helper for stash since
it becomes a one-liner.

Trade several stack allocs in the client reset function for a single
sized brief heap alloc to reduce peak stack alloc by around 700 bytes.
2019-08-19 10:12:20 +01:00
..
client client: do client stash in a single alloc 2019-08-19 10:12:20 +01:00
compression private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
server Coverity fixes 2019-08-19 10:12:20 +01:00
header.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lextable-strings.h plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
lextable.h refactor role ops 2018-04-11 13:39:42 +08:00
minilex.c refactor role ops 2018-04-11 13:39:42 +08:00
private-lib-roles-http.h c++: establish a single place for opaque forward references 2019-08-18 05:40:56 +01:00