From: Jim Jagielski Date: Wed, 26 Nov 2008 23:25:37 +0000 (+0000) Subject: Backported X-Git-Tag: 2.3.0~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a1bc532d26fa71665f304a8c780c833fbfe16cb;p=apache Backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721034 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c13c394bfa..f9235659d2 100644 --- a/CHANGES +++ b/CHANGES @@ -59,10 +59,6 @@ Changes with Apache 2.3.0 to mod_mime. Fixes mod_negotiation's use of such components. PR 43250 [Basant Kumar Kukreja ] - *) Add new LogFormat parameter, %k, which logs the number of - keepalive requests on this connection for this request.. - [Dan Poirier ] - *) Be tolerant in what you accept - accept slightly broken status lines from a backend provide they include a valid status code. PR 44995 [Rainer Jung ] diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c index 8a2d4b29bf..2994e2decd 100644 --- a/modules/loggers/mod_log_config.c +++ b/modules/loggers/mod_log_config.c @@ -87,7 +87,7 @@ * %...A: local IP-address * %...{Foobar}i: The contents of Foobar: header line(s) in the request * sent to the client. - * %...k: number of requests served over this connection + * %...k: number of keepalive requests served over this connection * %...l: remote logname (from identd, if supplied) * %...{Foobar}n: The contents of note "Foobar" from another module. * %...{Foobar}o: The contents of Foobar: header line(s) in the reply.