| commit | 455a7fcc1ea972a76a63dafc3f30d306431a2013 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Mar 21 08:20:41 2006 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Mar 21 08:20:41 2006 +0000 |
| tree | 71a087a4bddd79b3cb31bcaa02574d8da47a484c | |
| parent | 0443dda3d3f99abc9db8ca2365cdae9132a244ed [diff] [blame] |
nginx-0.3.34-RELEASE import
*) Feature: the "add_header" directive supports the variables.
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 2ec6979..9172288 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -689,6 +689,7 @@ default: return NGX_HTTP_PARSE_INVALID_HEADER; } + break; /* end of header */ case sw_header_almost_done: