summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-24 14:02:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-24 14:02:50 +0000
commit753792e108677d4a444e89a54e94c3188235ddeb (patch)
treea7b87e35b500116c3cc4f23ed7c1a468046eab13 /src/http/ngx_http.h
parente17cc987d32259f19145a260e9ee755c1cf21227 (diff)
downloadnginx-753792e108677d4a444e89a54e94c3188235ddeb.tar.gz
nginx-753792e108677d4a444e89a54e94c3188235ddeb.tar.bz2
underscores_in_headers
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 762d85c74..79b218716 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -72,7 +72,8 @@ ngx_int_t ngx_http_parse_complex_uri(ngx_http_request_t *r,
ngx_uint_t merge_slashes);
ngx_int_t ngx_http_parse_unsafe_uri(ngx_http_request_t *r, ngx_str_t *uri,
ngx_str_t *args, ngx_uint_t *flags);
-ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b);
+ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
+ ngx_uint_t allow_underscores);
ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers,
ngx_str_t *name, ngx_str_t *value);