Commit 3c1e772b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Emit an extra CR+NL after the end of chunked encoding.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2617 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d1bb1136
......@@ -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);
}
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment