Searched refs:keepalive_header (Results 1 – 4 of 4) sorted by relevance
392 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()
372 time_t keepalive_header; /* keepalive_timeout */ member
3442 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()
1954 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()