]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fill in mising error messages
authorwessels <>
Thu, 28 Mar 1996 12:42:48 +0000 (12:42 +0000)
committerwessels <>
Thu, 28 Mar 1996 12:42:48 +0000 (12:42 +0000)
src/errorpage.cc

index d70a7d074acaf64932368f3251f1a476f0e8442c..e1ab00c646cd735580409d953ec3bce631f06e4f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: errorpage.cc,v 1.3 1996/03/27 01:45:55 wessels Exp $ */
+/* $Id: errorpage.cc,v 1.4 1996/03/28 05:42:48 wessels Exp $ */
 
 #include "squid.h"
 
@@ -73,14 +73,14 @@ error_data ErrorData[] =
        "DNS name lookup failure",
        "The named host probably does not exist."},
     {"ERR_NOT_IMPLEMENTED",
-       "",
-       ""},
+       "Protocol Not Supported",
+       "The cache does not know about the requested protocol."},
     {"ERR_CANNOT_FETCH",
-       "",
-       ""},
+       "Unable to Retrieve",
+       "The requested URL can not currently be retrieved."},
     {"ERR_NO_RELAY",
-       "",
-       ""},
+       "No WAIS Relay",
+       "There is no WAIS relay host defined for this cache."},
     {"ERR_DISK_IO",
        "Cache Disk I/O Failure",
        "The system disk is out of space or failing."},