https://issues.apache.org/bugzilla/show_bug.cgi?id=46401
Summary: Cache not preserving content-encoding
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: mod_cache
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23024)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23024)
Patch to cache content-encoding
Using mod_cache & mod_disk_cache, a file named foo.html.gz, and
AddEncoding gzip .gz
The first request for foo.html.gz returns Content-Encoding: gzip,
but the second request, from the cache, doesn't provide a Content-Encoding
header in the response. Hence the client doesn't expect the
content to be compressed.
This seems similar to PR39266, and a similar fix works for me. Patch
is attached.
--
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]