Revision: 14442 Author: adrian.chadd Date: Wed Mar 3 02:41:30 2010 Log: Comment where the cache lookup is occuring!
http://code.google.com/p/lusca-cache/source/detail?r=14442 Modified: /branches/LUSCA_HEAD/src/client_side.c ======================================= --- /branches/LUSCA_HEAD/src/client_side.c Tue Mar 2 18:55:27 2010 +++ /branches/LUSCA_HEAD/src/client_side.c Wed Mar 3 02:41:30 2010 @@ -2134,6 +2134,9 @@ * It handles CONNECT, PURGE and TRACE itself. The rest of the methods * are punted to the forwarding/store layer for handling. * + * The call to clientProcessRequest2() actually does the initial cache + * lookup! The function call itself is rather misleading. + * * If there's no StoreEntry associated with the object, the request is * punted to clientProcessMiss() for further handling. * -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
