[#]
http://marc.info/?l=openbsd-cvs&m=140735860231420&w=2
openbsd-cvs(obsdave,2) — All
2014-08-07 01:55:07
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/06 14:56:23
Modified files:
usr.sbin/httpd : server_fcgi.c
Log message:
If the very first fcgi STDOUT record has length 0 the cgi script
didn't send anything back. This is an internal server error.
OK reyk@