Home
last modified time | relevance | path

Searched refs:push_preload (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.h40 ngx_flag_t push_preload; member
H A Dngx_http_v2_module.c145 offsetof(ngx_http_v2_loc_conf_t, push_preload),
423 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
444 ngx_conf_merge_value(conf->push_preload, prev->push_preload, 0); in ngx_http_v2_merge_loc_conf()
H A Dngx_http_v2_filter_module.c723 if (!h2lcf->push_preload) { in ngx_http_v2_push_resources()