https://issues.apache.org/bugzilla/show_bug.cgi?id=39380





--- Comment #30 from Kris Beevers <[EMAIL PROTECTED]>  2008-03-25 13:32:02 PST 
---
Created an attachment (id=21715)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21715)
FIX corruption in near-simultaneous requests of uncached files for
mod_disk_cache jumbo patch - 2.2.6 version

This patch addresses an issue when (a) mod_proxy is in use; and (b) two
requests for the same uncached file arrive almost simultaneously.  Data is
proxied initially, but upon attempting to cache the headers, a conflicting
header cache is discovered; this results in a later call to
replace_brigade_with_cache.  This patch modifies the behavior of
replace_brigade_with_cache (via changes to recall_body) to account for bytes
already proxied to the client.


-- 
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]

Reply via email to