[squid-users] Squid proxy removing Transfer-Encoding header

Alex Rousskov rousskov at measurement-factory.com
Wed Dec 30 21:36:28 UTC 2015


On 12/30/2015 02:24 PM, Aashima wrote:

> So it is like client -> Squid -> APP and return
>  If App return Transfer-Encoding header to Squid, Squid removes that response 
> header and forwards rest to Client. 
> 
> Am not getting why it is removing that header ? Couldnt find any posts
>  also on any discussion group or blog.

Transfer-Encoding is a standard HTTP hop-by-hop header. Hop-by-hop
headers are meant for the immediate recipient (Squid in your case),
rather than the final or "end" recipient (Client in your case). Squid
must not forward hop-by-hop headers (but may add them as needed, which
may look like forwarding to an outside observer).

If you describe the actual problem you are having (in addition to this
technical detail), somebody on this list might be able to guide you
towards a solution.


Good luck,

Alex.



More information about the squid-users mailing list