correct an error log message
This commit is contained in:
parent
2750b8ef74
commit
65278e8284
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue