1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/client
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
..
client-handshake.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00
client-parser.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
client.c refactor-struct-lws-hdr 2017-12-01 11:37:35 +08:00
ssl-client.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00