]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Thu, 30 Jul 1998 12:14:31 +0000 (12:14 +0000)
committerwessels <>
Thu, 30 Jul 1998 12:14:31 +0000 (12:14 +0000)
src/client_side.cc

index 0ecdaa8dd6d2b5c67f7421e3006fedf32a1bd89a..ffad4983ffc0bbb3b48ec894be12cc3c07317425 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.367 1998/07/30 06:11:53 wessels Exp $
+ * $Id: client_side.cc,v 1.368 1998/07/30 06:14:31 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1086,7 +1086,7 @@ clientCacheHit(void *data, char *buf, ssize_t size)
         * we don't have full reply headers yet; either wait for more or
         * punt to clientProcessMiss.
         */
-       if (e->mem_status == IN_MEMORY || e->store_status == STORE_COMPLETE) {
+       if (e->mem_status == IN_MEMORY || e->store_status == STORE_OK) {
            memFree(MEM_4K_BUF, buf);
            clientProcessMiss(http);
        } else if (size == SM_PAGE_SIZE && http->out.offset == 0) {