Mailing List Archive

r2617 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2008-04-01 00:07:15 +0200 (Tue, 01 Apr 2008)
New Revision: 2617

Modified:
trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
Log:
Emit an extra CR+NL after the end of chunked encoding.


Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c 2008-03-31 21:48:33 UTC (rev 2616)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_esi.c 2008-03-31 22:07:15 UTC (rev 2617)
@@ -786,7 +786,7 @@

}
if (sp->esis == 0)
- WRK_Write(sp->wrk, "0\r\n", -1);
+ WRK_Write(sp->wrk, "0\r\n\r\n", -1);
}

/*--------------------------------------------------------------------*/