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
469 a->info->keepalive_timeout = 5; in lejp_vhosts_cb()712 a->info->keepalive_timeout = atoi(ctx->buf); in lejp_vhosts_cb()
2655 if (wsi->a.vhost->keepalive_timeout) in lws_http_transaction_completed()2657 lws_set_timeout(wsi, (enum pending_timeout)n, wsi->a.vhost->keepalive_timeout); in lws_http_transaction_completed()2704 wsi->a.vhost->keepalive_timeout); in lws_http_transaction_completed()
990 wsi->a.vhost->keepalive_timeout ? in lws_h2_parse_frame_header()991 wsi->a.vhost->keepalive_timeout : 31); in lws_h2_parse_frame_header()2178 wsi->a.vhost->keepalive_timeout ? in lws_h2_parser()2179 wsi->a.vhost->keepalive_timeout : 31); in lws_h2_parser()