Revision: 14604
Author: adrian.chadd
Date: Thu Apr 15 23:01:05 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/lusca-cache/source/detail?r=14604
Modified:
/wiki/ProjectCacheLogicTidyup.wiki
=======================================
--- /wiki/ProjectCacheLogicTidyup.wiki Thu Apr 15 22:58:09 2010
+++ /wiki/ProjectCacheLogicTidyup.wiki Thu Apr 15 23:01:05 2010
@@ -12,3 +12,9 @@
Some of the caching logic sits in the server-facing code (src/http.c.)
httpCachableReply() determines whether the reply is at all cachable based
on a few properties of the reply. A cachable reply on the server-side may
then be made non-cachable by the client-side logic.
This all requires significant reorganisation and documentation. In
particular, the process flow of request and reply handling in the
client-side code requires a lot of attention.
+
+= Progress =
+
+There is another project currently in progress to tidy up and reorganise
the client-side codebase as a whole. This is meeting the initial
requirements for trying to unwind the various code paths.
+
+Some documentation will likely appear once this project is completed
enough.
--
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.