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; } }