| commit | 753792e108677d4a444e89a54e94c3188235ddeb | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Wed Sep 24 14:02:50 2008 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Wed Sep 24 14:02:50 2008 +0000 |
| tree | a7b87e35b500116c3cc4f23ed7c1a468046eab13 | |
| parent | e17cc987d32259f19145a260e9ee755c1cf21227 [diff] [blame] |
underscores_in_headers
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index ae3bb03..3970852 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c
@@ -902,7 +902,8 @@ } } - 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) {