Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_write_filter_module.c271 if (clcf->sendfile_max_chunk in ngx_http_write_filter()
272 && (off_t) clcf->sendfile_max_chunk < limit) in ngx_http_write_filter()
274 limit = clcf->sendfile_max_chunk; in ngx_http_write_filter()
278 limit = clcf->sendfile_max_chunk; in ngx_http_write_filter()
H A Dngx_http_core_module.h358 size_t sendfile_max_chunk; /* sendfile_max_chunk */ member
H A Dngx_http_core_module.c408 offsetof(ngx_http_core_loc_conf_t, sendfile_max_chunk),
3423 clcf->sendfile_max_chunk = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf()
3645 ngx_conf_merge_size_value(conf->sendfile_max_chunk, in ngx_http_core_merge_loc_conf()
3646 prev->sendfile_max_chunk, 0); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru564 директив limit_rate, sendfile_max_chunk, limit_req или метода
2725 *) Исправление: директива sendfile_max_chunk не работала, если
5899 *) Добавление: директива sendfile_max_chunk.
H A DCHANGES555 "sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
2672 *) Bugfix: the "sendfile_max_chunk" directive did not work, if the
5778 *) Feature: the "sendfile_max_chunk" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim562 syn keyword ngxDirective contained sendfile_max_chunk