]> err.no Git - varnish/commit
Separate the handling of backend and client requests, greatly simplifying
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 11 Feb 2008 02:58:41 +0000 (02:58 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 11 Feb 2008 02:58:41 +0000 (02:58 +0000)
commit2a69981136b4d9eee6312742d02e74a5930bd92f
treed058a82f99742ab014d80d232894034e63d1a398
parent8a84f5061fdcd1509c6ca985a15c17672cbccb3b
Separate the handling of backend and client requests, greatly simplifying
both.

Skip piped requests, and requests that are interrupted by an error.  This
should eliminate or at least greatly reduce the (null)s seen in logs.

Fix a conditional that blocked backend requests from being printed.

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