Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_chunked_filter_module.c80 && clcf->chunked_transfer_encoding) in ngx_http_chunked_header_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h400 ngx_flag_t chunked_transfer_encoding; /* chunked_transfer_encoding */ member
H A Dngx_http_core_module.c648 offsetof(ngx_http_core_loc_conf_t, chunked_transfer_encoding),
3457 clcf->chunked_transfer_encoding = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3726 ngx_conf_merge_value(conf->chunked_transfer_encoding, in ngx_http_core_merge_loc_conf()
3727 prev->chunked_transfer_encoding, 1); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3591 *) Добавление: директива chunked_transfer_encoding.
H A DCHANGES3524 *) Feature: the "chunked_transfer_encoding" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim162 syn keyword ngxDirective contained chunked_transfer_encoding