]> granicus.if.org Git - apache/commitdiff
Improve canned 504 error message in the light of r729586 and covener's comment.
authorNick Kew <niq@apache.org>
Wed, 7 Jan 2009 21:28:36 +0000 (21:28 +0000)
committerNick Kew <niq@apache.org>
Wed, 7 Jan 2009 21:28:36 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732504 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index a0207b0f5a304b82c2d0006a3d55cd48892c0ff1..d8c85a8352446d810591addddd420061fd2fea96 100644 (file)
@@ -1058,8 +1058,8 @@ static const char *get_canned_error_string(int status,
                "request due to maintenance downtime or capacity\n"
                "problems. Please try again later.</p>\n");
     case HTTP_GATEWAY_TIME_OUT:
-        return("<p>The proxy server did not receive a timely response\n"
-               "from the upstream server.</p>\n");
+        return("<p>The gateway did not receive a timely response\n"
+               "from the upstream server or application.</p>\n");
     case HTTP_NOT_EXTENDED:
         return("<p>A mandatory extension policy in the request is not\n"
                "accepted by the server for this resource.</p>\n");