]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
A comment about this place where we link request to a mem_obj
authorwessels <>
Tue, 10 Jan 2006 03:44:36 +0000 (03:44 +0000)
committerwessels <>
Tue, 10 Jan 2006 03:44:36 +0000 (03:44 +0000)
src/forward.cc

index 9be87584f346f4863202773dccd1c11c0d1a55a8..09bc6d6eabe6836bc196b76d6d8bdff537627cdc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: forward.cc,v 1.134 2006/01/03 18:54:32 wessels Exp $
+ * $Id: forward.cc,v 1.135 2006/01/09 20:44:36 wessels Exp $
  *
  * DEBUG: section 17    Request Forwarding
  * AUTHOR: Duane Wessels
@@ -181,6 +181,10 @@ FwdState::fwdStart(int client_fd, StoreEntry *entry, HttpRequest *request)
     }
 
     debug(17, 3) ("FwdState::start() '%s'\n", storeUrl(entry));
+    /*
+     * This seems like an odd place to bind mem_obj and request.
+     * Might want to assert that request is NULL at this point
+     */
     entry->mem_obj->request = requestLink(request);
 #if URL_CHECKSUM_DEBUG