-
- Downloads
lwsws remove all protocols use lws default http
Actually lwsws doesn't need his own protocol handler even for http
any more. The default http handler in lws should do everything.
Move the cgi routing into lws default http protocol handler, and
delete lwsws one. Remove all protocols from lwsws so the lws
default one gets used.
With this, and the earlier move of lejp into lws, lwsws itself
becomes 15.5KB of x86_64 (mainly conf parsing).
Signed-off-by:
Andy Green <andy@warmcat.com>
Showing
- CMakeLists.txt 0 additions, 1 deletionCMakeLists.txt
- lib/context.c 77 additions, 3 deletionslib/context.c
- lib/libwebsockets.c 1 addition, 1 deletionlib/libwebsockets.c
- lib/private-libwebsockets.h 3 additions, 0 deletionslib/private-libwebsockets.h
- lwsws/http.c 0 additions, 470 deletionslwsws/http.c
- lwsws/lwsws.h 0 additions, 18 deletionslwsws/lwsws.h
- lwsws/main.c 9 additions, 52 deletionslwsws/main.c
Loading
Please register or sign in to comment