From ba33fb5086c2a05e3665b6d4c670515fbe433556 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 14 Sep 1998 08:33:01 +0000 Subject: [PATCH] remove DOUBTFUL code --- src/client_side.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; -- 2.47.3