On 13/07/17 10:08, Razor Cross wrote: > Thanks Alex. Is there any way we can prevent squid from caching chunked > encoding response? > This should do that: acl chunked rep_header Transfer-Encoding chunked store_miss deny chunked Amos