]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed DONT_DO_THIS code
authorwessels <>
Fri, 21 Aug 1998 12:52:32 +0000 (12:52 +0000)
committerwessels <>
Fri, 21 Aug 1998 12:52:32 +0000 (12:52 +0000)
src/client_side.cc

index f088aec34130036cfd3375625978d7bf01173714..04355fcb12764d2883264832302ab7f6e049aa60 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.386 1998/08/21 04:03:46 wessels Exp $
+ * $Id: client_side.cc,v 1.387 1998/08/21 06:52:32 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1508,16 +1508,6 @@ clientWriteComplete(int fd, char *bufnotused, size_t size, int errflag, void *da
            kb_incr(&Counter.client_http.hit_kbytes_out, size);
     }
     if (errflag) {
-#if DONT_DO_THIS
-       /*
-        * Not sure why this CheckQuickAbort() would be needed here.
-        * We also call CheckQuickAbort() in httpRequestFree(), which
-        * gets called as a comm_close handler.  We need to be careful
-        * that CheckQuickAbort() gets called only ONCE, and AFTER
-        * storeUnregister() has been called.  [DW/1.2.beta18]
-        */
-       CheckQuickAbort(http);
-#endif
        comm_close(fd);
     } else if (NULL == entry) {
        comm_close(fd);         /* yuk */