]> granicus.if.org Git - apache/commitdiff
Log a more descriptive error message.
authorBill Stoddard <stoddard@apache.org>
Mon, 14 Jan 2002 14:44:25 +0000 (14:44 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 14 Jan 2002 14:44:25 +0000 (14:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92851 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 500d190800a72f49bdb10fcdde6df3ea7edb2e3a..7c0efe3f6f763e6766226775a14fe43f63862f14 100644 (file)
@@ -1713,7 +1713,7 @@ static const char *get_canned_error_string(int status,
                            "This indicates a configuration error.</p>\n",
                            NULL));
     case HTTP_REQUEST_TIME_OUT:
-        return("<p>I'm tired of waiting for your request.</p>\n");
+        return("<p>Server timeout waiting for the HTTP request from the client.</p>\n");
     case HTTP_GONE:
         return(apr_pstrcat(p,
                            "<p>The requested resource<br />",