Hello, I am using Squid 2.5Build10, from what I understand squid does not fully support HTTP/1.1, not in this version, not in 2.6 and not in 3.0. Is this correct? I need to enable my requests to reach my backend servers in HTTP/1.1 so I'll be able to multiplex them. Another issue, I've tried to disable "chunked" in the http header via this workaround: acl broken dstdomain <domain> request_header_access Accept-Encoding deny broken but it failed. I am still getting encoding: Chucked. Thanks a million, Adam