]> git.kaiwu.me - nginx.git/commitdiff
correct an error log message
authorIgor Sysoev <igor@sysoev.ru>
Mon, 8 Jan 2007 18:23:38 +0000 (18:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 8 Jan 2007 18:23:38 +0000 (18:23 +0000)
src/http/ngx_http_request.c

index 88a0d095067534d963a7861b20efc2f6eee92480..74ca4b8414e3b3e3c92e60d246054aeef8ea40fb 100644 (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;