CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/07/31 11:55:09
Modified files: usr.sbin/httpd : httpd.h server_fcgi.c server_file.c server_http.c Log message: some fastcgi improvements: - DPRINTF instead of log_info for internal debugging. - submit QUERY_STRING, if it exists - use a proper function to create an HTTP header. - use server_file_error() to detect EOF and fastcgi stream errors. - disable keep-alive/persist for now until we have a reliable way to get the content length from the cgi response or support chunked encoding. "Cool, jep" florian@