diff src/http/ngx_http_parse.c @ 625:fbed40ce7cb4 release-0.3.34

nginx-0.3.34-RELEASE import *) Feature: the "add_header" directive supports the variables.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Mar 2006 08:20:41 +0000
parents 0216fd1471f3
children f971949ffb58
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: