- fwdConnectStart should be a lightweight event. If not, and Squid
gets really busy, it prevents other critical events from running
often enough.
/*
- * $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
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);
}