1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Andy Green 9a1f184915 rtos diet: http: remove headers at buildtime according to config
Headers related to ws or h2 are now elided if the ws or h2 role
is not enabled for build.  In addition, a new build-time option
LWS_WITH_HTTP_UNCOMMON_HEADERS on by default allows removal of
less-common http headers to shrink the parser footprint.

Minilex is adapted to produce 8 different versions of the lex
table, chosen at build-time according to which headers are
included in the build.

If you don't need the unusual headers, or aren't using h2 or ws,
this chops down the size of the ah and the rodata needed to hold
the parsing table from 87 strings / pointers to 49, and the
parsing table from 1177 to 696 bytes.
2020-03-04 11:00:04 +00:00
..
alloc.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
buflist.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
context.c rtos diet: make basic auth support a config option on by default 2020-03-04 11:00:04 +00:00
libwebsockets.c socks5: cleanup and add test options 2020-03-01 08:14:44 +00:00
logs.c rtos diet: http: remove headers at buildtime according to config 2020-03-04 11:00:04 +00:00
lws_dll.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws_dll2.c format strings: fixes for when toolchain has uint32_t as unsigned long 2019-11-05 21:00:45 +00:00
private-lib-core.h lws_system: just define opaque struct instead of the typedef 2020-02-21 17:32:41 +00:00
vfs.c cleaning 2020-01-05 22:17:58 +00:00