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 {
set req.hash += req.url;
set req.hash += req.http.Range;
set req.hash += req.http.host;
hash;
}
On Sun, Jun 15, 2008 at 11:14 PM, Poul-Henning Kamp <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>, "Oliv
> er Oli" writes:
>>Hello,
>>
>>how does varnish handle Range request?
>
> "not at all"
>
> I have put it on the "things to do after 2.0" wiki page.
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc