Searched refs:keepalive_timeout (Results 1 – 7 of 7) sorted by relevance
715 if (info->keepalive_timeout) in lws_create_vhost()716 vh->keepalive_timeout = info->keepalive_timeout; in lws_create_vhost()718 vh->keepalive_timeout = 5; in lws_create_vhost()
1292 wsi->a.vhost->keepalive_timeout ? in lws_http_close_immortal()1293 wsi->a.vhost->keepalive_timeout : 31); in lws_http_close_immortal()
512 int keepalive_timeout; member
349 int keepalive_timeout; member
459 a->info->keepalive_timeout = 5; in lejp_vhosts_cb()702 a->info->keepalive_timeout = atoi(ctx->buf); in lejp_vhosts_cb()
2644 if (wsi->a.vhost->keepalive_timeout) in lws_http_transaction_completed()2646 lws_set_timeout(wsi, (enum pending_timeout)n, wsi->a.vhost->keepalive_timeout); in lws_http_transaction_completed()2693 wsi->a.vhost->keepalive_timeout); in lws_http_transaction_completed()
984 wsi->a.vhost->keepalive_timeout ? in lws_h2_parse_frame_header()985 wsi->a.vhost->keepalive_timeout : 31); in lws_h2_parse_frame_header()2172 wsi->a.vhost->keepalive_timeout ? in lws_h2_parser()2173 wsi->a.vhost->keepalive_timeout : 31); in lws_h2_parser()