1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lwsws
Andy Green 4664f71ed3 create_vhost move mounts list to info
There's no reason to not have the mounts linked list init also in the info
struct, rather than provide as a paramater to lws_create_vhost().  Now
is a good time to normalize that since this api only exists in master.

This also allows oldstyle "do everything at context creation time in one
vhost" guys to leverage mounts.

Also there's no reason the mounts linked-list pointer and all uses in lws
are non-const, so make them all explicitly const *.

Update the info struct docs to clarify which members are used when creating
a vhost and which for context creation.

Signed-off-by: Andy Green <andy@warmcat.com>
2016-05-02 04:59:54 +08:00
..
conf.c create_vhost move mounts list to info 2016-05-02 04:59:54 +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
http.c post example in test server 2016-04-25 10:04:49 +08:00
lejp.c lwsws protocol filter and options 2016-04-08 16:13:14 +08:00
lejp.h cgi post 2016-04-13 11:53:40 +08:00
lwsws.h post example in test server 2016-04-25 10:04:49 +08:00
main.c http2 update integration 2016-04-13 11:53:40 +08:00
usr-lib-systemd-system-lwsws.service logs document logrotate configuration for lwsws 2016-04-26 19:07:17 +08:00