https://bz.apache.org/bugzilla/show_bug.cgi?id=61176
--- Comment #7 from Thomas Hoffmann <[email protected]> --- Hello, thanks for the analysis. I have checked the documentation of mod_deflate: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html "The mod_deflate module sends a Vary: Accept-Encoding HTTP response header to alert proxies that a cached response should be sent only to clients that send the appropriate Accept-Encoding request header. This prevents compressed content from being sent to a client that will not understand it." So when using the mod_deflate module, caching in JMeter doesn't work any more. As this module is very common, I consider this feature as quite important. According to https://w3techs.com/technologies/details/ce-gzipcompression/all/all over 70% of the websites are using compression. This means that JMeter caching is not working for over 70% of the websites (without modifying server settings). Prevent caching was introduced with this ticket: https://bz.apache.org/bugzilla/show_bug.cgi?id=58079 -- You are receiving this mail because: You are the assignee for the bug.
