Commits

Andy Green authored 68a672bb446
unionize header token array This reduces the size of struct libwebscocket from 4840 to 4552 on x86_64 There are also big benefits on malloc pool fragmentation and allocation, the header allocations only exist between the first peer communication and websocket connection establishment for both server and client. Signed-off-by: Andy Green <andy.green@linaro.org>