nginx-0.0.1-2004-01-29-20:06:07 import

This commit is contained in:
Igor Sysoev 2004-01-29 17:06:07 +00:00
parent 812333214f
commit 76f7b5eeed

View File

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