]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.0.1-2004-01-29-20:06:07 import
authorIgor Sysoev <igor@sysoev.ru>
Thu, 29 Jan 2004 17:06:07 +0000 (17:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 29 Jan 2004 17:06:07 +0000 (17:06 +0000)
src/http/ngx_http_request.c

index d00becef23c83243aad0657c924f038bcc2b9e81..c5e87fed069d67f6b2893018d40e5a3bf0745ddd 100644 (file)
@@ -684,7 +684,7 @@ static void ngx_http_process_request_headers(ngx_event_t *rev)
                      p < r->header_in->last - 1;
                      p++)
                 {
-                    if (*p == CR || *p == LF) {
+                    if (*p == LF) {
                         break;
                     }
                 }