some fastcgi improvements:
authorreyk <reyk@openbsd.org>
Thu, 31 Jul 2014 17:55:09 +0000 (17:55 +0000)
committerreyk <reyk@openbsd.org>
Thu, 31 Jul 2014 17:55:09 +0000 (17:55 +0000)
commitcebbf23c9fbb7df6bcc4715bf4c9221520b00cd2
treefb1c3798960c932e5c6c7991b9ab1d06f19aa0af
parentd31d4a6efc77350e848422a4d0fc38384984d19d
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@
usr.sbin/httpd/httpd.h
usr.sbin/httpd/server_fcgi.c
usr.sbin/httpd/server_file.c
usr.sbin/httpd/server_http.c