diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-03-21 08:20:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-03-21 08:20:41 +0000 |
commit | 455a7fcc1ea972a76a63dafc3f30d306431a2013 (patch) | |
tree | 71a087a4bddd79b3cb31bcaa02574d8da47a484c /src/http/ngx_http_parse.c | |
parent | 0443dda3d3f99abc9db8ca2365cdae9132a244ed (diff) | |
download | nginx-release-0.3.34.tar.gz nginx-release-0.3.34.zip |
nginx-0.3.34-RELEASE importrelease-0.3.34
*) Feature: the "add_header" directive supports the variables.
Diffstat (limited to 'src/http/ngx_http_parse.c')
-rw-r--r-- | src/http/ngx_http_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 2ec6979d0..91722881e 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -689,6 +689,7 @@ ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b) default: return NGX_HTTP_PARSE_INVALID_HEADER; } + break; /* end of header */ case sw_header_almost_done: |