From f4ef658ff3d6ec760bd422ccd634954b9b7a2769 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 10 Jan 2006 03:44:36 +0000 Subject: [PATCH] A comment about this place where we link request to a mem_obj --- src/forward.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/forward.cc b/src/forward.cc index 9be87584f3..09bc6d6eab 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -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 -- 2.47.2