[Varnish] #849: Session timeout while receiving POST data from client causes multiple broken backend requests
    Varnish 
    varnish-bugs at varnish-cache.org
       
    Mon Apr 22 11:21:27 CEST 2013
    
    
  
#849: Session timeout while receiving POST data from client causes multiple
broken backend requests
-------------------------------------------------+-------------------------
 Reporter:  lew                                  |       Owner:  tfheen
     Type:  defect                               |      Status:  closed
 Priority:  normal                               |   Milestone:  Varnish
Component:  varnishd                             |  3.0 dev
 Severity:  normal                               |     Version:  2.1.4
 Keywords:  503, post, backend write error: 11   |  Resolution:  invalid
  (Resource temporarily unavailable)             |
-------------------------------------------------+-------------------------
Comment (by ruben):
 Replying to [comment:5 phk]:
 > See also #1041.
 >
 > There are a couple of issues in this:
 >
 > 1. We use sess_timeout also during client->varnish body transfer.  It
 might be better with separate first/between timeouts like we have on the
 backend side.
 It might be important to update the documentation within:
 param.show -l
 sess_timeout               60 [seconds]
                            Default is 5
                            Idle timeout for persistent sessions. If a HTTP
                            request has not been received in this many
                            seconds, the session is closed.
 This explanation is not entirely correct - it is also the maximum time
 spent waiting for a client to send its HTTP request to Varnish.
-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/849#comment:10>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
    
    
More information about the varnish-bugs
mailing list