diff options
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index ae3bb03d5..3970852ea 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -902,7 +902,8 @@ ngx_http_process_request_headers(ngx_event_t *rev) } } - rc = ngx_http_parse_header_line(r, r->header_in); + rc = ngx_http_parse_header_line(r, r->header_in, + cscf->underscores_in_headers); if (rc == NGX_OK) { |