aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}