From: Bill Stoddard Date: Mon, 14 Jan 2002 14:44:25 +0000 (+0000) Subject: Log a more descriptive error message. X-Git-Tag: 2.0.31~197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4494ea98ad57b2f9d280ccb9af14893b2280dc8;p=apache Log a more descriptive error message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92851 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 500d190800..7c0efe3f6f 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1713,7 +1713,7 @@ static const char *get_canned_error_string(int status, "This indicates a configuration error.

\n", NULL)); case HTTP_REQUEST_TIME_OUT: - return("

I'm tired of waiting for your request.

\n"); + return("

Server timeout waiting for the HTTP request from the client.

\n"); case HTTP_GONE: return(apr_pstrcat(p, "

The requested resource
",