1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/h2
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
..
hpack.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
http2.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
huftable.h refactor role ops 2018-04-11 13:39:42 +08:00
minihuf.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
ops-h2.c client: do client stash in a single alloc 2019-08-19 10:12:20 +01:00
private-lib-roles-h2.h private.h: rename to contain dir 2019-08-15 10:49:52 +01:00