https://issues.apache.org/bugzilla/show_bug.cgi?id=49391
--- Comment #1 from Graham Leggett <[email protected]> 2010-06-05 13:08:43 EDT --- This is probably a little more involved. Currently, the original code, and the new cleanup code, invalidates the current cached entry on a backend cache failure (and now frontend cache failure), which is too extreme. The headers and body should be switched in at the same time, not headers first then body. This removes the need to invalidate a previous entry on error. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
