From: wessels <> Date: Mon, 14 Sep 1998 08:33:01 +0000 (+0000) Subject: remove DOUBTFUL code X-Git-Tag: SQUID_3_0_PRE1~2740 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba33fb5086c2a05e3665b6d4c670515fbe433556;p=thirdparty%2Fsquid.git remove DOUBTFUL code --- diff --git a/src/client_side.cc b/src/client_side.cc index f321d7ff36..6755bdf402 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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;