[Varnish] #749: 503 if web server closes connection too soon.

Varnish varnish-bugs at varnish-cache.org
Thu Aug 12 11:23:14 CEST 2010


#749: 503 if web server closes connection too soon.
-------------------------+--------------------------------------------------
 Reporter:  Dan          |       Owner:  phk  
     Type:  enhancement  |      Status:  new  
 Priority:  normal       |   Milestone:       
Component:  varnishd     |     Version:  trunk
 Severity:  normal       |    Keywords:       
-------------------------+--------------------------------------------------

Comment(by phk):

 There will always be a race, where the backend closes after we sent the
 request, and the more distant the backend, the more likely the race.

 Retrying is the sensible thing to do, but I am not convinced that it is
 always the sensible thing to do.

 For one thing, we should only retry if we got a recycled backend
 connection.

 But once we retry, we may get another recycled backend connection, so how
 many times do we retry ?

 Input welcome...

-- 
Ticket URL: <http://varnish-cache.org/ticket/749#comment:1>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list