comparison src/http/ngx_http_core_module.h @ 2256:8c17cfe63d2c

underscores_in_headers
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Sep 2008 14:02:50 +0000
parents f62751dab60d
children 07bf557a2e40
comparison
equal deleted inserted replaced
2255:fb7995c7bdd9 2256:8c17cfe63d2c
153 153
154 ngx_msec_t client_header_timeout; 154 ngx_msec_t client_header_timeout;
155 155
156 ngx_flag_t ignore_invalid_headers; 156 ngx_flag_t ignore_invalid_headers;
157 ngx_flag_t merge_slashes; 157 ngx_flag_t merge_slashes;
158 ngx_flag_t underscores_in_headers;
158 159
159 ngx_http_core_loc_conf_t **named_locations; 160 ngx_http_core_loc_conf_t **named_locations;
160 } ngx_http_core_srv_conf_t; 161 } ngx_http_core_srv_conf_t;
161 162
162 163