diff src/http/ngx_http_parse.c @ 174:3080c5392b89 NGINX_0_3_34

nginx 0.3.34 *) Feature: the "add_header" directive supports the variables.
author Igor Sysoev <http://sysoev.ru>
date Tue, 21 Mar 2006 00:00:00 +0300
parents 1b490fc19afa
children 13710a1813ad
line wrap: on
line diff
--- 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_requ
             default:
                 return NGX_HTTP_PARSE_INVALID_HEADER;
             }
+            break;
 
         /* end of header */
         case sw_header_almost_done: