Revision: 14439 Author: adrian.chadd Date: Sun Feb 28 06:24:48 2010 Log: Further documentation about the PURGE path.
http://code.google.com/p/lusca-cache/source/detail?r=14439 Modified: /branches/LUSCA_HEAD/src/client_side_purge.c ======================================= --- /branches/LUSCA_HEAD/src/client_side_purge.c Sun Feb 28 06:19:39 2010 +++ /branches/LUSCA_HEAD/src/client_side_purge.c Sun Feb 28 06:24:48 2010 @@ -21,6 +21,13 @@ * to be removed; there's some Vary magic going on and then a response * is returned to indicate whether the object was PURGEd or not. */ + +/* + * Importantly, there's some very basic processing in clientProcessMiss() + * and some Vary related processing in clientCacheHit(). This ends up + * forming part of the PURGE processing. All of that interaction is almost + * completely undocumented and likely poorly understood. So be careful. + */ void clientPurgeRequest(clientHttpRequest * http) { -- 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.
