]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
comments
authorwessels <>
Thu, 16 Jul 1998 09:46:47 +0000 (09:46 +0000)
committerwessels <>
Thu, 16 Jul 1998 09:46:47 +0000 (09:46 +0000)
src/client_side.cc

index 845f6021bd938dd79a276c01ab010a70be22064b..8ba34a9ae9f7dc79e47bcac2911b2dc97dee83db 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.353 1998/07/16 00:29:53 rousskov Exp $
+ * $Id: client_side.cc,v 1.354 1998/07/16 03:46:47 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1124,6 +1124,13 @@ clientBuildReply(clientHttpRequest * http, const char *buf, size_t size)
     return rep;
 }
 
+/*
+ * clientCacheHit should only be called until the HTTP reply headers
+ * have been parsed.  Normally this should be a single call, but
+ * it might take more than one.  As soon as we have the headers,
+ * we hand off to clientSendMoreData, clientProcessExpired, or
+ * clientProcessMiss.
+ */
 static void
 clientCacheHit(void *data, char *buf, ssize_t size)
 {