Hi, <div>For images this settings work </div><div><div> if (req.url ~ "(?i)\.(pdf|mp3|png|gif|jpeg|jpg|ico|swf|css|js|html|htm)(\?[a-z0-9]+)?$") {</div><div> # beresp == Back-end response from the web server.</div>
<div> unset beresp.http.set-cookie;</div><div># set the ttl to 10 minutes</div><div> set beresp.ttl = 10m; </div><div><br></div><div> }</div></div><div><br></div><div><br></div><div>but for mp3 it first cache all and than stream .. </div>
<div><br></div><div><br></div><div>any hint such that varnish start streaming with out waiting for whole file in cache ?</div><div><br></div><div><br></div><div>varnish version : 3.0.2-1ubuntu0.1</div><div><br></div><div>
Zeeshan</div>