/*
- * $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
#if ICAP_CLIENT
if (icap) {
icap->doneSending();
- } else {
+ return;
+ }
#endif
- fwdComplete(fwd);
-
- httpStateFree(-1, this);
-
-#if ICAP_CLIENT
-
- }
+ fwdComplete(fwd);
-#endif
+ httpStateFree(-1, this);
}
/*