vhost should have his own options
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
ddd9bfaaac
commit
cc3c6fb047
2 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,7 @@ lws_create_vhost(struct lws_context *context,
|
|||
vh->count_protocols++)
|
||||
;
|
||||
|
||||
vh->options = context->options;
|
||||
vh->pvo = info->pvo;
|
||||
vh->keepalive_timeout = info->keepalive_timeout;
|
||||
|
||||
|
|
|
@ -670,6 +670,7 @@ struct lws_vhost {
|
|||
|
||||
int listen_port;
|
||||
unsigned int http_proxy_port;
|
||||
unsigned int options;
|
||||
int count_protocols;
|
||||
int ka_time;
|
||||
int ka_probes;
|
||||
|
|
Loading…
Add table
Reference in a new issue