1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/http2
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
..
hpack.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00
http2.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00
huftable.h refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
minihuf.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
ssl-http2.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00