Abort if fcgi_chunked is not true to avoid sending additional garbage
authorreyk <reyk@openbsd.org>
Tue, 13 Jan 2015 08:54:01 +0000 (08:54 +0000)
committerreyk <reyk@openbsd.org>
Tue, 13 Jan 2015 08:54:01 +0000 (08:54 +0000)
commit33b95b443dcd221e396255deb4b61dd67a867221
treefb43e5367cc21f6d0121142bedf4598384d0a558
parentab3e9a93662c8cdb9ce6c6fdf8d6ec83c91b7408
Abort if fcgi_chunked is not true to avoid sending additional garbage
after the response.

Found by Erik Lax

ok florian@
usr.sbin/httpd/server_fcgi.c