]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove deprecated REQ_ACCEL
authorwessels <>
Thu, 24 Oct 1996 11:05:20 +0000 (11:05 +0000)
committerwessels <>
Thu, 24 Oct 1996 11:05:20 +0000 (11:05 +0000)
src/client_side.cc

index fc48bf23e58ca2afa340aa1da7658399bda260de..3b4c587dfdf7660aff26cc7381299e16a85ee5c8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.48 1996/10/22 04:27:58 wessels Exp $
+ * $Id: client_side.cc,v 1.49 1996/10/24 05:05:20 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -142,7 +142,7 @@ clientAccessCheck(icpStateData * icpState, void (*handler) (icpStateData *, int)
     icpState->aclHandler = handler;
     if (httpd_accel_mode && !Config.Accel.withProxy && r->protocol != PROTO_CACHEOBJ) {
        /* this cache is an httpd accelerator ONLY */
-       if (!BIT_TEST(icpState->request->flags, REQ_ACCEL))
+       if (icpState->accel == 0)
            answer = 0;
     } else {
        answer = aclCheck(HTTPAccessList, ch);