From: Igor Sysoev Date: Thu, 29 Jan 2004 17:06:07 +0000 (+0000) Subject: nginx-0.0.1-2004-01-29-20:06:07 import X-Git-Tag: release-0.1.0~206 X-Git-Url: http://git.kaiwu.me/%7Bsubstring-before(@doc,%20'.xml')%7D.html?a=commitdiff_plain;h=76f7b5eeed458efc9b27ab9200c14396e26c157f;p=nginx.git nginx-0.0.1-2004-01-29-20:06:07 import --- diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index d00becef2..c5e87fed0 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -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; } }