changeset 244:187dc0a3197d

nginx-0.0.1-2004-01-29-20:06:07 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Jan 2004 17:06:07 +0000
parents bf2faf694c19
children e6c005b66b3a
files src/http/ngx_http_request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -684,7 +684,7 @@ static void ngx_http_process_request_hea
                      p < r->header_in->last - 1;
                      p++)
                 {
-                    if (*p == CR || *p == LF) {
+                    if (*p == LF) {
                         break;
                     }
                 }