]> err.no Git - varnish/commitdiff
Also mark as client on ReqStart
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 20:43:45 +0000 (20:43 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 20:43:45 +0000 (20:43 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@820 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnishapi/shmlog.c

index 5aead126cb01f4f7d878aa490576143dc7d35390..add019feb0434e0e767cceffba64a15904cfba91 100644 (file)
@@ -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;