aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-30 15:59:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-30 15:59:50 +0000
commit6707ba90729c615ffa5bf5ea81b8d32c3d8bd6e4 (patch)
tree19d36a0fce05c80c6924e9eaf686b1fbd035662b /src/http/ngx_http_request.c
parent6881bfb99063e3d42abaa313641b311c6fc3522d (diff)
downloadnginx-6707ba90729c615ffa5bf5ea81b8d32c3d8bd6e4.tar.gz
nginx-6707ba90729c615ffa5bf5ea81b8d32c3d8bd6e4.zip
nginx-0.0.3-2004-03-30-19:59:50 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 86321b51b..21cce744a 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -38,7 +38,7 @@ static char *client_header_errors[] = {
"client %s sent invalid header, URL: %s",
"client %s sent too long header line, URL: %s",
"client %s sent HTTP/1.1 request without \"Host\" header, URL: %s",
- "client %s sent invalid \"Content-Length\" header, URL: %s"
+ "client %s sent invalid \"Content-Length\" header, URL: %s",
"client %s sent POST method without \"Content-Length\" header, URL: %s"
};