Searched refs:underscores_in_headers (Results 1 – 7 of 7) sorted by relevance
201 ngx_flag_t underscores_in_headers; member
270 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()
1401 cscf->underscores_in_headers); in ngx_http_process_request_headers()
1740 *) Исправление: директива underscores_in_headers не разрешала4857 *) Изменение: директива underscores_in_headers; теперь nginx по
1703 *) Bugfix: the "underscores_in_headers" directive did not allow4768 *) Change: the "underscores_in_headers" directive; now nginx does not
3280 || (ch == '_' && cscf->underscores_in_headers)) in ngx_http_v2_validate_header()
630 syn keyword ngxDirective contained underscores_in_headers