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

--- Comment #44 from [email protected] ---
>From what we see I think this happens:

1. Request is updating in a cache and therefore it's not returned by
mod_disk_cache. Lock with proper name (the one with accept-encoding is used to
guard that state).
2. New request arrives, it is not found in a cache and therefore the proper key
name (with accept-encoding) can't be obtained. Key without "accept-encoding" is
used and second request is sent to backend.

If this really happens, I don't see a way how to get the proper key name
without:

a) getting the regen_key output in cache_url_handler (which is not easy or
maybe even possible)
b) or locking with the default key (without accept-encoding) in cache_util.c

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