Home
last modified time | relevance | path

Searched refs:keepalive_timeout (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dvhost.c715 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()
Dwsi.c1292 wsi->a.vhost->keepalive_timeout ? in lws_http_close_immortal()
1293 wsi->a.vhost->keepalive_timeout : 31); in lws_http_close_immortal()
Dprivate-lib-core-net.h512 int keepalive_timeout; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h349 int keepalive_timeout; member
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c469 a->info->keepalive_timeout = 5; in lejp_vhosts_cb()
712 a->info->keepalive_timeout = atoi(ctx->buf); in lejp_vhosts_cb()
Dserver.c2655 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()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c990 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()