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.c459 a->info->keepalive_timeout = 5; in lejp_vhosts_cb()
702 a->info->keepalive_timeout = atoi(ctx->buf); in lejp_vhosts_cb()
Dserver.c2644 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()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c984 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()