Home
last modified time | relevance | path

Searched refs:underscores_in_headers (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h201 ngx_flag_t underscores_in_headers; member
H A Dngx_http_core_module.c270 offsetof(ngx_http_core_srv_conf_t, underscores_in_headers),
3292 cscf->underscores_in_headers = NGX_CONF_UNSET; in ngx_http_core_create_srv_conf()
3340 ngx_conf_merge_value(conf->underscores_in_headers, in ngx_http_core_merge_srv_conf()
3341 prev->underscores_in_headers, 0); in ngx_http_core_merge_srv_conf()
H A Dngx_http_request.c1401 cscf->underscores_in_headers); in ngx_http_process_request_headers()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1740 *) Исправление: директива underscores_in_headers не разрешала
4857 *) Изменение: директива underscores_in_headers; теперь nginx по
H A DCHANGES1703 *) Bugfix: the "underscores_in_headers" directive did not allow
4768 *) Change: the "underscores_in_headers" directive; now nginx does not
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3280 || (ch == '_' && cscf->underscores_in_headers)) in ngx_http_v2_validate_header()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim630 syn keyword ngxDirective contained underscores_in_headers