A bug in storeCreateEntry? IMHO

From: <maer727@dont-contact.us>
Date: Sun, 21 Apr 2002 20:12:05 +0800 (CST)

Hi, pals!

Look at the following statements storeCreateEntry,

    if (flags.cachable) {
        EBIT_SET(e->flags, ENTRY_CACHABLE);
        EBIT_CLR(e->flags, RELEASE_REQUEST);
    }

RELEASE_REQUEST means that the request client ask the cache to
bypass the object he/she requested and do not cache the object.
I think the flag can not be cleared even through the object is
cacheable. Is EBIT_CLR(e->flags, RELEASE_REQUEST); a bug? I think
it is not the request client's purpose to store the object, maybe it
is private. :-)

Best regards,
George Ma
Received on Sun Apr 21 2002 - 06:12:13 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:15:16 MST