]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Tue, 11 Jan 2000 11:58:03 +0000 (11:58 +0000)
committerwessels <>
Tue, 11 Jan 2000 11:58:03 +0000 (11:58 +0000)
 - fwdConnectStart should be a lightweight event.  If not, and Squid
   gets really busy, it prevents other critical events from running
   often enough.

src/forward.cc

index c5c6e7622ed15a97468ae1e36697113e157702b3..5998830a52edd2f03e84ff1bd54f48484c8c9d0d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: forward.cc,v 1.67 1999/12/30 17:36:32 wessels Exp $
+ * $Id: forward.cc,v 1.68 2000/01/11 04:58:03 wessels Exp $
  *
  * DEBUG: section 17    Request Forwarding
  * AUTHOR: Duane Wessels
@@ -142,7 +142,7 @@ fwdServerClosed(int fd, void *data)
            fs->next = NULL;
        }
        /* use eventAdd to break potential call sequence loops */
-       eventAdd("fwdConnectStart", fwdConnectStart, fwdState, 0.0, 1);
+       eventAdd("fwdConnectStart", fwdConnectStart, fwdState, 0.0, 0);
     } else {
        fwdStateFree(fwdState);
     }