From: wessels <> Date: Fri, 5 Jun 1998 01:50:48 +0000 (+0000) Subject: use new fwdStart() X-Git-Tag: SQUID_3_0_PRE1~3176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=791369a2c33621545dfc77d97e4fc04489650582;p=thirdparty%2Fsquid.git use new fwdStart() --- diff --git a/src/net_db.cc b/src/net_db.cc index 5ba08b109f..f224e55a73 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.114 1998/05/30 19:43:15 rousskov Exp $ + * $Id: net_db.cc,v 1.115 1998/06/04 19:50:48 wessels Exp $ * * DEBUG: section 37 Network Measurement Database * AUTHOR: Duane Wessels @@ -1064,7 +1064,8 @@ netdbExchangeStart(void *data) storeClientListAdd(ex->e, ex); storeClientCopy(ex->e, ex->seen, ex->used, ex->buf_sz, ex->buf, netdbExchangeHandleReply, ex); - httpStart(ex->r, ex->e, NULL); + EBIT_SET(ex->r->flags, REQ_LOOPDETECT); /* cheat! -- force direct */ + fwdStart(-1, ex->e, ex->r); #endif }