]> err.no Git - varnish/commit
Improve timeout handling, and add a server timeout which starts running when
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Aug 2007 13:52:29 +0000 (13:52 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Aug 2007 13:52:29 +0000 (13:52 +0000)
commitf37dfc1a7d9beb1b814559aa4fce2363747bd778
treed6b32f5f3df1eceaad6cdefc21988779752ead06
parente7a5d7605cfc34952414025a53f800ef534d61fb
Improve timeout handling, and add a server timeout which starts running when
the server gets a partial response.  Similarly, on the client side, cancel
the timeout as soon as we get data, but restart it if we have to wait for
more.  Also stop logging the full content of requests and responses; it
clutters the output and can easily be obtained using varnishlog(1).

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1832 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-tools/regress/lib/Varnish/Test/Case.pm
varnish-tools/regress/lib/Varnish/Test/Client.pm
varnish-tools/regress/lib/Varnish/Test/Server.pm