mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 18:29:00 +08:00
correct an error log message
This commit is contained in:
parent
2316936389
commit
1691aaf290
@ -977,7 +977,7 @@ ngx_http_read_request_header(ngx_http_request_t *r)
|
||||
|
||||
if (n == 0 || n == NGX_ERROR) {
|
||||
c->error = 1;
|
||||
c->log->action = "sending response to client";
|
||||
c->log->action = "reading client request headers";
|
||||
|
||||
ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST);
|
||||
return NGX_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user