mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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");
|
||||
|
Reference in New Issue
Block a user