Hi,

You should use the 3.0.3-plus release that include streaming support (and persistent work)

https://github.com/mbgrydeland/varnish-cache

Jocelyn.

On 09/02/2012 01:30 PM, Zeeshan Ali Shah wrote:
Hi,
For images this settings work
if (req.url ~ "(?i)\.(pdf|mp3|png|gif|jpeg|jpg|ico|swf|css|js|html|htm)(\?[a-z0-9]+)?$") {
    # beresp == Back-end response from the web server.
    unset beresp.http.set-cookie;
# set the ttl to 10  minutes
 set beresp.ttl = 10m;

  }


but for mp3 it first cache all and than stream ..


any hint such that varnish start streaming with out waiting for whole file in cache ?


varnish version : 3.0.2-1ubuntu0.1

Zeeshan


_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc


--
Jocelyn De La Rosa - Developer, Research&  Engineering
SmartJog | www.smartjog.com
27 Blvd Hippolyte Marquès, 94200 Ivry-sur-Seine, France

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
  • Mp3 settings ? Zeeshan Ali Shah
    • Re: Mp3 settings ? Jocelyn De La Rosa

Reply via email to