commit | 76f7b5eeed458efc9b27ab9200c14396e26c157f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Jan 29 17:06:07 2004 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Jan 29 17:06:07 2004 +0000 |
tree | b6424aeeca53d17ca529f01b1a1613ec2541bd2a | |
parent | 812333214f649505ca6d15582a232bda6fc63270 [diff] |
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 index d00bece..c5e87fe 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c
@@ -684,7 +684,7 @@ p < r->header_in->last - 1; p++) { - if (*p == CR || *p == LF) { + if (*p == LF) { break; } }