diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-29 17:06:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-29 17:06:07 +0000 |
commit | 76f7b5eeed458efc9b27ab9200c14396e26c157f (patch) | |
tree | b6424aeeca53d17ca529f01b1a1613ec2541bd2a /src/http/ngx_http_request.c | |
parent | 812333214f649505ca6d15582a232bda6fc63270 (diff) | |
download | nginx-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.c | 2 |
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; } } |