https://issues.apache.org/bugzilla/show_bug.cgi?id=54706
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30259|0 |1 is obsolete| | --- Comment #7 from Yann Ylavic <[email protected]> --- Created attachment 30260 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30260&action=edit Compute cached headers once and merge them to the request headers when needed Finally the previous patch is no good either. The cached headers (out) have to be merged to the response headers on 304 for ap_meet_conditions to take the good decision, hence this new patch. Also, since the cached headers contain entity-headers, these have to be (re)unset from the response when ap_meet_conditions returns 304. -- 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]
