]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
use new fwdStart()
authorwessels <>
Fri, 5 Jun 1998 01:50:48 +0000 (01:50 +0000)
committerwessels <>
Fri, 5 Jun 1998 01:50:48 +0000 (01:50 +0000)
src/net_db.cc

index 5ba08b109f956af1cfef59e308370a98e24944b1..f224e55a73cc471850353a34d1f6ed31c7f28923 100644 (file)
@@ -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
 }