[Varnish] #402: send_timeout cause connections to be prematurely closed

Varnish varnish-bugs at varnish-cache.org
Mon Mar 14 15:03:17 CET 2011


#402: send_timeout cause connections to be prematurely closed
--------------------------------------+-------------------------------------
 Reporter:  havardf                   |        Owner:  perbu
     Type:  defect                    |       Status:  new  
 Priority:  normal                    |    Milestone:       
Component:  documentation             |      Version:  2.0  
 Severity:  normal                    |   Resolution:       
 Keywords:  send_timeout connections  |  
--------------------------------------+-------------------------------------

Comment(by perbu):

 Is this better?

 diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
 index ed70fc7..a1f33d0 100644
 --- a/bin/varnishd/mgt_param.c
 +++ b/bin/varnishd/mgt_param.c
 @@ -611,8 +611,8 @@ static const struct parspec input_parspec[] = {
                 "60", "seconds" },
         { "send_timeout", tweak_timeout, &master.send_timeout, 0, 0,
                 "Send timeout for client connections. "
 -               "If no data has been sent to the client in this many
 seconds, "
 -               "the session is closed.\n"
 +               "If the HTTP response hasn't been transmitted in this
 many\n"
 +                "seconds the session is closed. \n"
                 "See setsockopt(2) under SO_SNDTIMEO for more
 information.",
                 DELAYED_EFFECT,
                 "60", "seconds" },

-- 
Ticket URL: <http://varnish-cache.org/trac/ticket/402#comment:12>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list