]> granicus.if.org Git - apache/commitdiff
Backported
authorJim Jagielski <jim@apache.org>
Wed, 26 Nov 2008 23:25:37 +0000 (23:25 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 26 Nov 2008 23:25:37 +0000 (23:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721034 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/loggers/mod_log_config.c

diff --git a/CHANGES b/CHANGES
index c13c394bfa09f8b6deff0d23a22d1e0600c5751f..f9235659d28cbe8adf5a9c4efd73c2ab6995f8be 100644 (file)
--- 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 <basant.kukreja sun.com>]
 
-  *) Add new LogFormat parameter, %k, which logs the number of
-     keepalive requests on this connection for this request..
-     [Dan Poirier <poirier pobox.com>]
-
   *) 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 <rainer.jung kippdata.de>]
index 8a2d4b29bf57fa9ecd1a7059518f4237d06f9f84..2994e2decdaa09526bf5f2662972a67cc24b2b14 100644 (file)
@@ -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.