Add another log mode "connection" for a relayd(8)-style log entry after
authorreyk <reyk@openbsd.org>
Sun, 3 Aug 2014 10:26:43 +0000 (10:26 +0000)
committerreyk <reyk@openbsd.org>
Sun, 3 Aug 2014 10:26:43 +0000 (10:26 +0000)
commit944a3fef29cfbdce4d026a8183b2809286d6b400
treef5b27d093a86b9c321a1042efbab3cba554be341
parent94eb598a9e32d39e737cd71047088efb348b0a42
Add another log mode "connection" for a relayd(8)-style log entry after
each connection, not every request.  The code was already there and enabled
on debug, I just turned it into an alternative log format.
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/httpd.h
usr.sbin/httpd/parse.y
usr.sbin/httpd/server.c
usr.sbin/httpd/server_http.c