# HG changeset patch # User Igor Sysoev # Date 1075395967 0 # Node ID 187dc0a3197ddaccab9f82bda372b3f958d52a3e # Parent bf2faf694c194267f0226c9ab0de79bb9cdb9251 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 --- 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; } }