diff src/http/ngx_http_request.c @ 2256:8c17cfe63d2c

underscores_in_headers
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Sep 2008 14:02:50 +0000
parents 7fc20e1105cd
children 07bf557a2e40
line wrap: on
line diff
--- a/src/http/ngx_http_request.c	Fri Sep 19 12:47:13 2008 +0000
+++ b/src/http/ngx_http_request.c	Wed Sep 24 14:02:50 2008 +0000
@@ -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) {