CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/08/03 16:38:12
Modified files: usr.sbin/httpd : server_file.c server_http.c Log message: Also write log messages, like 404 Not Found, on error. This is a bit tricky because we couldn't guarantee a sane state after server_response_http() so fail hard afterwards and close the connection. ok doug@