Home
last modified time | relevance | path

Searched refs:subrequest_output_buffer_size (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_postpone_filter_module.c199 if (len > clcf->subrequest_output_buffer_size) { in ngx_http_postpone_filter_in_memory()
206 len = clcf->subrequest_output_buffer_size; in ngx_http_postpone_filter_in_memory()
H A Dngx_http_core_module.h360 size_t subrequest_output_buffer_size; member
H A Dngx_http_core_module.c415 offsetof(ngx_http_core_loc_conf_t, subrequest_output_buffer_size),
3424 clcf->subrequest_output_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf()
3647 ngx_conf_merge_size_value(conf->subrequest_output_buffer_size, in ngx_http_core_merge_loc_conf()
3648 prev->subrequest_output_buffer_size, in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru292 задаётся директивой subrequest_output_buffer_size.
H A DCHANGES285 "subrequest_output_buffer_size" directive defines maximum response
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim622 syn keyword ngxDirective contained subrequest_output_buffer_size