Improve canned 504 error message in the light of r729586 and covener's comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Kew
2009-01-07 21:28:36 +00:00
parent 9a00245469
commit 35cb986356

View 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");