From e4494ea98ad57b2f9d280ccb9af14893b2280dc8 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 14 Jan 2002 14:44:25 +0000 Subject: [PATCH] Log a more descriptive error message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92851 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
", -- 2.40.0