diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 15:59:50 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-30 15:59:50 +0000 |
commit | 6707ba90729c615ffa5bf5ea81b8d32c3d8bd6e4 (patch) | |
tree | 19d36a0fce05c80c6924e9eaf686b1fbd035662b /src/http/ngx_http_request.c | |
parent | 6881bfb99063e3d42abaa313641b311c6fc3522d (diff) | |
download | nginx-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.c | 2 |
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" }; |