[#] http://marc.info/?l=openbsd-cvs&m=140733244117666&w=2
openbsd-cvs(obsdave,2) — All
2014-08-06 17:55:09


Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/06 07:40:18

Modified files:
usr.sbin/httpd : server_fcgi.c

Log message:
Content-Length and Content-Type are transmitted as CONTENT_LENGTH and
CONTENT_TYPE environment variables to cgi scripts, without the HTTP_
prefix.
OK reyk@