mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08: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 < r->header_in->last - 1;
|
||||||
p++)
|
p++)
|
||||||
{
|
{
|
||||||
if (*p == CR || *p == LF) {
|
if (*p == LF) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user