<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Again: Varnish will do that by default. You don't have to do anything.<br>
<br>
You return synth in vcl_deliver. Don't do that if you don't want a synthetic<br>
response.<br>
<br>
> -   VCL_call       DELIVER<br>
> -   RespUnset      Via: 1.1 varnish-v4<br>
> -   RespUnset      Server: nginx/1.6.2<br>
> -   RespUnset      X-Varnish: 34174473<br>
> -   VCL_return     synth<br></blockquote><div><br></div><div>You are totally right, I just realized that I have some "return synth()" logic in vcl_deliver, my bad. Thanks!</div></div></div>