• Tollef Fog Heen's avatar
    Merge r3406: Added support for setting read timeouts for backend requests · d0743524
    Tollef Fog Heen authored
    Added support for setting read timeouts for backend requests
    (first_byte_timeout and between_bytes_timeout), in addition to make the
    connect_timeout available for the bereq object in vcl_miss and vcl_fetch.
    
    first_byte_timeout is a read timeout from the connection to the backend is
    created to when the first byte arrives. It can be set as a parameter to
    varnish, as a field in the backend declaration or as bereq.first_byte_timeout
    in vcl_miss and vcl_pass.
    
    between_bytes_timeout is a read timeout between each read from the backend. It
    can be set as a parameter to varnish, as a field in the backend declaration or
    as bereq.between_bytes_timeout in vcl_miss and vcl_pass.
    
    The time unit for these timeout values are seconds. NOTE: The connect_timeout
    previously used milliseconds as time unit, so beware.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@3616 d4fa192b-c00b-0410-8231-f00ffab90ce4
    d0743524
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
man Loading commit data...
redhat Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...