Re: Little question about the releases of Varnish

2008-06-22 Thread Oliver Oli
are there any debian buildpackage scripts available? On Sat, Jun 21, 2008 at 11:59 AM, Poul-Henning Kamp [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Damien Sarazin writes: My question is : should i continue to work with the 1.1.2 release or is the 1.2 version stable enough so i can

Using Range requests with cached files

2008-06-15 Thread Oliver Oli
Hello, how does varnish handle Range request? I'm getting varying results. Sometimes it seems that a Range request is delivered from the cache, sometimes it seems that varnish is receiving the whole file from the backend first and sometimes it serves the whole file completely ignoring the Range

Re: Using Range requests with cached files

2008-06-15 Thread Oliver Oli
Hello Poul-Henning, good to know. Is there a way to cache partial responses anyway (ignoring the fact that many requests for differing ranges would blow up the cache)? I tried to add req.http.Range to req.hash, but I'm oviously missing something, because it's not cached. sub vcl_hash {

Flash Range header workaround?

2008-06-12 Thread Oliver Oli
Hello, I haven't found any user manual on the Varnish website... it seems to me that varnish is quite flexible, but i don't know where to start. Any pointer to some documentation / tutorial is welcome. I have a simple use case: I would like to request a partial document from a Flash movie [1].