]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/enums.h
Bug #874: rough port of the http_reply_header_size functionality
[thirdparty/squid.git] / src / enums.h
index 0ae29b85ee665518d2777d66ae5e2f5e78275918..3bb386969f74ce27e7718e5d810d3e8e82a4424f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: enums.h,v 1.238 2004/12/20 16:30:35 robertc Exp $
+ * $Id: enums.h,v 1.239 2004/12/21 17:52:53 robertc Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -444,7 +444,8 @@ typedef enum {
     HTTP_GATEWAY_TIMEOUT = 504,
     HTTP_HTTP_VERSION_NOT_SUPPORTED = 505,
     HTTP_INSUFFICIENT_STORAGE = 507,   /* RFC2518 section 10.6 */
-    HTTP_INVALID_HEADER = 600  /* Squid header parsing error */
+    HTTP_INVALID_HEADER = 600, /* Squid header parsing error */
+    HTTP_HEADER_TOO_LARGE = 601        /* Header too large to process */
 } http_status;
 
 /*