aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-29 17:06:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-01-29 17:06:07 +0000
commit76f7b5eeed458efc9b27ab9200c14396e26c157f (patch)
treeb6424aeeca53d17ca529f01b1a1613ec2541bd2a /src/http/ngx_http_request.c
parent812333214f649505ca6d15582a232bda6fc63270 (diff)
downloadnginx-76f7b5eeed458efc9b27ab9200c14396e26c157f.tar.gz
nginx-76f7b5eeed458efc9b27ab9200c14396e26c157f.zip
nginx-0.0.1-2004-01-29-20:06:07 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-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;
}
}