Also write log messages, like 404 Not Found, on error. This is a bit
authorreyk <reyk@openbsd.org>
Sun, 3 Aug 2014 22:38:12 +0000 (22:38 +0000)
committerreyk <reyk@openbsd.org>
Sun, 3 Aug 2014 22:38:12 +0000 (22:38 +0000)
commite9b02f4a713c28d2e0c7eb0f74def3c360d21242
tree6cec181be355a23427ae9f2e67ce8753c709bff5
parentb76c06cd52d5306fffef2d5a4891c601921866cd
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@
usr.sbin/httpd/server_file.c
usr.sbin/httpd/server_http.c