Mailing List Archive

r820 - trunk/varnish-cache/lib/libvarnishapi
Author: phk
Date: 2006-08-11 22:43:45 +0200 (Fri, 11 Aug 2006)
New Revision: 820

Modified:
trunk/varnish-cache/lib/libvarnishapi/shmlog.c
Log:
Also mark as client on ReqStart


Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c 2006-08-11 20:34:20 UTC (rev 819)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c 2006-08-11 20:43:45 UTC (rev 820)
@@ -219,6 +219,7 @@
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;