mirror of
https://github.com/nginx/nginx.git
synced 2025-01-22 14:23:18 -06:00
nginx-0.0.1-2004-01-29-20:06:07 import
This commit is contained in:
parent
812333214f
commit
76f7b5eeed
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user