]> err.no Git - varnish/commitdiff
Emit an extra CR+NL after the end of chunked encoding.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 22:07:15 +0000 (22:07 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 22:07:15 +0000 (22:07 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2617 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_vrt_esi.c

index 35f12d8958dac7d8bde276c95d0eaff9277213bf..e794ef6c15e3af0c58aa5ce318833f58a9b10773 100644 (file)
@@ -786,7 +786,7 @@ ESI_Deliver(struct sess *sp)
 
        }
        if (sp->esis == 0)
-               WRK_Write(sp->wrk, "0\r\n", -1);
+               WRK_Write(sp->wrk, "0\r\n\r\n", -1);
 }
 
 /*--------------------------------------------------------------------*/