1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/lwsws
Andy Green 0a4da2c71f 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>
2016-05-10 11:28:30 +08:00
..
conf.c add protocol plugin for post demo 2016-05-09 10:05:43 +08:00
etc-logrotate.d-lwsws logs document logrotate configuration for lwsws 2016-04-26 19:07:17 +08:00
etc-lwsws-conf-EXAMPLE http cache policy 2016-04-22 08:53:49 +08:00
etc-lwsws-conf.d-localhost-EXAMPLE http cache policy 2016-04-22 08:53:49 +08:00
lwsws.h lwsws remove all protocols use lws default http 2016-05-10 11:28:30 +08:00
main.c lwsws remove all protocols use lws default http 2016-05-10 11:28:30 +08:00
usr-lib-systemd-system-lwsws.service logs document logrotate configuration for lwsws 2016-04-26 19:07:17 +08:00