]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add a new LogFormat directive, %c, that will log connection
authorBill Stoddard <stoddard@apache.org>
Fri, 3 Nov 2000 01:31:37 +0000 (01:31 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 3 Nov 2000 01:31:37 +0000 (01:31 +0000)
commit98eac2bd1ca0c1da1cc80983eeb1b15a6debf447
tree870bef63d66def06ab61306938e6e67653148286
parent4cc33e90f788d759472e9601a862c43e5c147a1b
Add a new LogFormat directive, %c, that will log connection
status at the end of the response as follows:
 'X' - connection aborted before the response completed.
 '+' - connection may be kept-alive by the server.
 '-' - connection will be closed by the server.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86814 13f79535-47bb-0310-9956-ffa450edef68
modules/loggers/mod_log_config.c