[#] http://marc.info/?l=openbsd-cvs&m=140682932613516&w=2
openbsd-cvs(obsdave,2) — All
2014-07-31 22:55:08


Module name: src
Changes by: reyk@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@