문제

Varnish responds with Transfer-Encoding: chunked for ESIed pages, but this does not work for some proxies(squid). I want to disable transfer-encoding for ESI.

도움이 되었습니까?

해결책

The use of chunked encoding is a requirement for Varnish ESI.

Each ESI fragment will be a fresh chunk, that way Varnish doesn't have to buffer anything to build the page.

There are loads and loads of big web pages that use ESI with Varnish. Are you sure the proxy argument is valid?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top