]> err.no Git - varnish/commit
Amend previous commit. The problem was that when a socket was already open,
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Jul 2007 13:05:08 +0000 (13:05 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 17 Jul 2007 13:05:08 +0000 (13:05 +0000)
commitee6d10eae3e517f500ecc60ac30bfc26a93eaf43
tree852f5223cfcd81d6f1b363decf082cd18d3e7112
parentf09159b2538682bfe37f7187d7a6494228dec057
Amend previous commit.  The problem was that when a socket was already open,
open_sockets() did not count it as "good".  Having fixed this, revert to the
previous behaviour of keeping the sockets open if auto_restart is on; this
avoids having a brief window (until they are reopened) during which client
connections are refused.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1711 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/mgt_child.c