• 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
..
compat Loading commit data...
Makefile.am Loading commit data...
binary_heap.h Loading commit data...
cli.h Loading commit data...
cli_common.h Loading commit data...
cli_priv.h Loading commit data...
flopen.h Loading commit data...
http_headers.h Loading commit data...
http_response.h Loading commit data...
libvarnish.h Loading commit data...
libvcl.h Loading commit data...
miniobj.h Loading commit data...
shmlog.h Loading commit data...
shmlog_tags.h Loading commit data...
stat_field.h Loading commit data...
stats.h Loading commit data...
varnishapi.h Loading commit data...
vbm.h Loading commit data...
vcl.h Loading commit data...
vcl_returns.h Loading commit data...
vct.h Loading commit data...
vev.h Loading commit data...
vlu.h Loading commit data...
vpf.h Loading commit data...
vqueue.h Loading commit data...
vrt.h Loading commit data...
vrt_obj.h Loading commit data...
vsb.h Loading commit data...
vss.h Loading commit data...