[#]
http://marc.info/?l=openbsd-cvs&m=140740877813913&w=2
openbsd-cvs(obsdave,2) — All
2014-08-07 14:55:09
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/07 04:52:34
Modified files:
usr.sbin/httpd : server_fcgi.c
Log message:
Opportunistically try to parse "Status: $code" in the very first
response from the fcgi daemon and use that code as HTTP response
code. If it doesn't work out fall back to code 200.
This might fix naddy@'s issue with redirects in cvsweb.
To be revisited after unlock.
Discussed with & grudgingly OK reyk@