-
- Downloads
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.
Showing
- lib/client/client-handshake.c 36 additions, 36 deletionslib/client/client-handshake.c
- lib/client/client.c 17 additions, 17 deletionslib/client/client.c
- lib/handshake.c 1 addition, 1 deletionlib/handshake.c
- lib/http2/hpack.c 25 additions, 27 deletionslib/http2/hpack.c
- lib/http2/http2.c 6 additions, 6 deletionslib/http2/http2.c
- lib/http2/ssl-http2.c 2 additions, 2 deletionslib/http2/ssl-http2.c
- lib/libwebsockets.c 3 additions, 3 deletionslib/libwebsockets.c
- lib/plat/lws-plat-esp8266.c 1 addition, 1 deletionlib/plat/lws-plat-esp8266.c
- lib/private-libwebsockets.h 21 additions, 49 deletionslib/private-libwebsockets.h
- lib/server/cgi.c 1 addition, 1 deletionlib/server/cgi.c
- lib/server/parsers.c 143 additions, 140 deletionslib/server/parsers.c
- lib/server/server.c 23 additions, 38 deletionslib/server/server.c
- lib/service.c 7 additions, 7 deletionslib/service.c
Loading
Please register or sign in to comment