correct an error log message

This commit is contained in:
Igor Sysoev 2007-01-08 18:23:38 +00:00
parent 2316936389
commit 1691aaf290

View File

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