i do a retry instead a restart in vcl_backend_response and set my backend with "set bereq.backend" in backend_fetch !
it works perfectly, thank you ! ;) -- Laurent Lavaud Administrateur Systèmes et Réseaux ----- Mail original ----- > On Wed, Nov 05, 2014 at 04:32:29PM +0100, Laurent Lavaud wrote: > > > No it is not what i want because retry jump back to > > vcl_backend_fetch and i > > cant set req.backend_hint in this vlc > > req.* is for the client thread. You're looking for bereq.backend. > You need to be at 4.0.2 to have the fix for #1512 though. > > -- > Andreas > > _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc > _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
