keep-alive and Firefox

Denis Ahrens denis at zeno.org
Mon Jul 9 22:08:49 CEST 2007


Hi

Somewhere around r1640 Firefox started to behave weirdly
while loading pages from varnish.

It seems to have to do with an entry in vcl_recv like:

     if (req.url ~ "random") {
         set req.backend = server2;
         pass;
     }

But Safari and Explorer handle that fine.

I think it has to do with keep-alive.

Denis




More information about the varnish-misc mailing list