r2928 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 10 23:23:52 CEST 2008


Author: phk
Date: 2008-07-10 23:23:52 +0200 (Thu, 10 Jul 2008)
New Revision: 2928

Modified:
   trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
Yet another XML/ESI parse corner case:
	<esi:include  foo=bar src=/body2 />



Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c	2008-07-10 21:11:30 UTC (rev 2927)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c	2008-07-10 21:23:52 UTC (rev 2928)
@@ -260,6 +260,7 @@
 		while(in->b < in->e && !isspace(*in->b))
 			in->b++;
 		val->e = in->b;
+		in->b++;
 	}
 	*val->e = '\0';
 	return (1);




More information about the varnish-commit mailing list