-
- Downloads
refactor: move all ah and http specific vars to http private and conditional inclusion from there
Showing
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- lib/context.c 19 additions, 12 deletionslib/context.c
- lib/libwebsockets.c 26 additions, 21 deletionslib/libwebsockets.c
- lib/misc/peer-limits.c 10 additions, 5 deletionslib/misc/peer-limits.c
- lib/private-libwebsockets.h 19 additions, 18 deletionslib/private-libwebsockets.h
- lib/roles/cgi/cgi-server.c 7 additions, 7 deletionslib/roles/cgi/cgi-server.c
- lib/roles/h1/ops-h1.c 3 additions, 3 deletionslib/roles/h1/ops-h1.c
- lib/roles/h2/hpack.c 6 additions, 6 deletionslib/roles/h2/hpack.c
- lib/roles/h2/http2.c 10 additions, 10 deletionslib/roles/h2/http2.c
- lib/roles/h2/ops-h2.c 3 additions, 3 deletionslib/roles/h2/ops-h2.c
- lib/roles/http/client/client-handshake.c 12 additions, 8 deletionslib/roles/http/client/client-handshake.c
- lib/roles/http/client/client.c 14 additions, 14 deletionslib/roles/http/client/client.c
- lib/roles/http/header.c 5 additions, 3 deletionslib/roles/http/header.c
- lib/roles/http/private.h 26 additions, 0 deletionslib/roles/http/private.h
- lib/roles/http/server/parsers.c 96 additions, 94 deletionslib/roles/http/server/parsers.c
- lib/roles/http/server/server.c 15 additions, 11 deletionslib/roles/http/server/server.c
- lib/roles/ws/client-ws.c 8 additions, 8 deletionslib/roles/ws/client-ws.c
- lib/roles/ws/ops-ws.c 2 additions, 2 deletionslib/roles/ws/ops-ws.c
- lib/service.c 4 additions, 4 deletionslib/service.c
Loading
Please register or sign in to comment