]> err.no Git - varnish/commit
Make SIGHUP work: VSL_Dispatch() will not return as long as it has data
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 20 Nov 2007 14:55:49 +0000 (14:55 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 20 Nov 2007 14:55:49 +0000 (14:55 +0000)
commit06b5e7f41203386c62285ec400ab30b72f9fedcc
treeeef2a1923a14d5f60858404ce4fd5ea7de5193cd
parent911a88c32b2348692648bd7b9b6bd09aeb7afd26
Make SIGHUP work: VSL_Dispatch() will not return as long as it has data
to feed to h_ncsa(), so it is up to h_ncsa() to interrupt it if reopen
is non-zero.

Also remove a superfluous call to VSL_Arg() as was previously done in
varnishlog(1).

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