comparison 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
comparison
equal deleted inserted replaced
173:298e7ea28d33 174:3080c5392b89
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: