CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/30 04:54:42
Modified files:
usr.sbin/httpd : httpd.h server_fcgi.c
Log message:
Do not assume that the full http response header is in the first
fastcgi stdout record. Keep processing stdout records until we found
the header / body separator and only then generate the header
response.
Problem reported by many.
OK jung@
