CVSROOT: /cvs Module name: src Changes by: flor...@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@