DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30341>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30341 mod_cache caches content with cache-control: no cache ------- Additional Comments From [EMAIL PROTECTED] 2004-07-27 06:04 ------- Moreover, the "Pragma: no-cache" request fails to update the cache. New accesses will still get the old copy from before the reload. Assuming our script had incremented a variable and returned it every time we accessed it, the result would be like this: before turning on mod_cache: request #1 (normal) => 1 request #2 (normal) => 2 request #3 (normal) => 3 after turning on mod_cache: request #4 (normal) => 4 request #5 (normal) => 4 request #6 (normal) => 4 request #7 (reload) => 5 request #8 (normal) => 4 request #9 (reload) => 6 request #10 (normal) => 4 etc... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
