From 30398be3dc66140d3472807cd77d1422d6a3eb53 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 14 Dec 2005 06:37:39 +0000 Subject: [PATCH] Just a little cleanup of an ICAP_CLIENT ifdef --- src/http.cc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/http.cc b/src/http.cc index 85ed132df1..93217a8265 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.471 2005/12/08 20:08:46 wessels Exp $ + * $Id: http.cc,v 1.472 2005/12/13 23:37:39 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -1325,19 +1325,14 @@ HttpStateData::transactionComplete() #if ICAP_CLIENT if (icap) { icap->doneSending(); - } else { + return; + } #endif - fwdComplete(fwd); - - httpStateFree(-1, this); - -#if ICAP_CLIENT - - } + fwdComplete(fwd); -#endif + httpStateFree(-1, this); } /* -- 2.47.3