Use the log buffer to defer the logging until the connection is closed
authorreyk <reyk@openbsd.org>
Fri, 1 Aug 2014 22:24:05 +0000 (22:24 +0000)
committerreyk <reyk@openbsd.org>
Fri, 1 Aug 2014 22:24:05 +0000 (22:24 +0000)
commit27b71aedfa5de5b2e9ef31c8a9851e849affc4b8
treef7612b09f676fe13834b204c3a7eda565dc363fa
parent346191df36e1723b8159d8ae9900023ae230707e
Use the log buffer to defer the logging until the connection is closed
or the request completed.  Turn the old log message into a debug message.

ok doug@
usr.sbin/httpd/httpd.h
usr.sbin/httpd/server.c
usr.sbin/httpd/server_http.c