comparison 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
comparison
equal deleted inserted replaced
624:16dd488c514b 625:fbed40ce7cb4
687 case LF: 687 case LF:
688 goto done; 688 goto done;
689 default: 689 default:
690 return NGX_HTTP_PARSE_INVALID_HEADER; 690 return NGX_HTTP_PARSE_INVALID_HEADER;
691 } 691 }
692 break;
692 693
693 /* end of header */ 694 /* end of header */
694 case sw_header_almost_done: 695 case sw_header_almost_done:
695 switch (ch) { 696 switch (ch) {
696 case LF: 697 case LF: