]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove DOUBTFUL code
authorwessels <>
Mon, 14 Sep 1998 08:33:01 +0000 (08:33 +0000)
committerwessels <>
Mon, 14 Sep 1998 08:33:01 +0000 (08:33 +0000)
src/client_side.cc

index f321d7ff36ca1cd3cb4273caa2cad6e7baf63e92..6755bdf402fa7976871740632c53fd90f7ebf96f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.392 1998/09/11 17:07:41 wessels Exp $
+ * $Id: client_side.cc,v 1.393 1998/09/14 02:33:01 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1051,9 +1051,6 @@ static HttpReply *
 clientBuildReply(clientHttpRequest * http, const char *buf, size_t size)
 {
     HttpReply *rep = httpReplyCreate();
-#if DOUBTFUL
-    assert(size <= 4096);      /* httpReplyParse depends on this */
-#endif
     if (httpReplyParse(rep, buf)) {
        /* enforce 1.0 reply version */
        rep->sline.version = 1.0;