From 3831386387fe02b0797ec1d3ec29ae8a07eed5df Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 31 Mar 2008 22:07:15 +0000 Subject: [PATCH] Emit an extra CR+NL after the end of chunked encoding. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_vrt_esi.c b/varnish-cache/bin/varnishd/cache_vrt_esi.c index 35f12d89..e794ef6c 100644 --- a/varnish-cache/bin/varnishd/cache_vrt_esi.c +++ b/varnish-cache/bin/varnishd/cache_vrt_esi.c @@ -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); } /*--------------------------------------------------------------------*/ -- 2.39.5