[#]
http://marc.info/?l=openbsd-cvs&m=140710551502974&w=2
openbsd-cvs(obsdave,2) — All
2014-08-04 02:55:07
Module name: src
Changes by: reyk@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@