As suggested by the FastCGI spec, zero-pad the response buffers to be
authorreyk <reyk@openbsd.org>
Tue, 16 Aug 2016 08:23:18 +0000 (08:23 +0000)
committerreyk <reyk@openbsd.org>
Tue, 16 Aug 2016 08:23:18 +0000 (08:23 +0000)
commit07240181b4b973de797fc317722bdbb90d9fe1df
tree173e2e82ee452830a3bbbc87a29c63bcfe1604a7
parentea94a4155bf0ce62b5a57d855217f951a5a8cf4f
As suggested by the FastCGI spec, zero-pad the response buffers to be
aligned to 8 bytes.  This matches what most other implementations are
doing.  While here, make sure that the allocated response buffers are
zero'ed out.

OK florian@
usr.sbin/slowcgi/slowcgi.c