Home
last modified time | relevance | path

Searched refs:keepalive_header (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c392 if (clcf->keepalive_header) { in ngx_http_header_filter()
562 if (clcf->keepalive_header) { in ngx_http_header_filter()
564 clcf->keepalive_header); in ngx_http_header_filter()
H A Dngx_http_core_module.h372 time_t keepalive_header; /* keepalive_timeout */ member
H A Dngx_http_core_module.c3442 clcf->keepalive_header = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3674 ngx_conf_merge_sec_value(conf->keepalive_header, in ngx_http_core_merge_loc_conf()
3675 prev->keepalive_header, 0); in ngx_http_core_merge_loc_conf()
4828 clcf->keepalive_header = ngx_parse_time(&value[2], 1); in ngx_http_core_keepalive()
4830 if (clcf->keepalive_header == (time_t) NGX_ERROR) { in ngx_http_core_keepalive()
H A Dngx_http_variables.c1954 if (clcf->keepalive_header) { in ngx_http_variable_sent_keep_alive()
1961 v->len = ngx_sprintf(p, "timeout=%T", clcf->keepalive_header) - p; in ngx_http_variable_sent_keep_alive()