From 4ecdedeac86cf290b1957c49534d38e6a49d3a06 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 11 Aug 2006 20:43:45 +0000 Subject: [PATCH] Also mark as client on ReqStart git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@820 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnishapi/shmlog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/lib/libvarnishapi/shmlog.c b/varnish-cache/lib/libvarnishapi/shmlog.c index 5aead126..add019fe 100644 --- a/varnish-cache/lib/libvarnishapi/shmlog.c +++ b/varnish-cache/lib/libvarnishapi/shmlog.c @@ -219,6 +219,7 @@ VSL_NextLog(struct VSL_data *vd, unsigned char **pp) u = (p[2] << 8) | p[3]; switch(p[0]) { case SLT_SessionOpen: + case SLT_ReqStart: vd->map[u] |= M_CLIENT; vd->map[u] &= ~M_BACKEND; break; -- 2.39.5