From: wessels <> Date: Thu, 30 Jul 1998 12:14:31 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~2960 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25944e56b97eef248302ece91352392c23f6e76f;p=thirdparty%2Fsquid.git typo --- diff --git a/src/client_side.cc b/src/client_side.cc index 0ecdaa8dd6..ffad4983ff 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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) {