1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat
Andy Green df46d8827c refactor-struct-lws-hdr
Migrate what used to be in lws_hdr_related into either the ah
or the wsi, and eliminate it along with the three different ways
used to access things inside it.

Eg wsi->u.hdr.ah and wsi->u.http.ah become wsi->ah

These changes are internal-only, in private-libwebsockets.h and lib.
2017-12-01 11:37:35 +08:00
..
lws-plat-esp32.c esp32-selfsigned 2017-12-01 11:37:35 +08:00
lws-plat-esp8266.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00
lws-plat-optee.c esp32-selfsigned 2017-12-01 11:37:35 +08:00
lws-plat-unix.c esp32-selfsigned 2017-12-01 11:37:35 +08:00
lws-plat-win.c esp32-selfsigned 2017-12-01 11:37:35 +08:00