]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removed email address on request - as obviscation was slammed down on the list -...
authorDirk-Willem van Gulik <dirkx@apache.org>
Fri, 29 Mar 2002 19:20:51 +0000 (19:20 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Fri, 29 Mar 2002 19:20:51 +0000 (19:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94316 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES
src/support/ab.8
src/support/ab.c

index 47d5115f99351e1a9657956b08bb6af749eb998d..990bd4e7a294b4402d8698b5cb9ebba6a20cd533 100644 (file)
@@ -591,7 +591,7 @@ Changes with Apache 1.3.21
      to make results more true to what is measured. The upshot of this it
      turns out that 'ab' has often underreported the true performance of
      apache. Often by a order of magnitude :-) See talk/paper of Sander 
-     Temme <sctemme@covalent.net> at April ApacheCon 2001 for details.
+     Temme at April ApacheCon 2001 for details.
      [Dirk-Willem van Gulik]
 
 Changes with Apache 1.3.20
index dc86e902665d75f08a6546df27d95a6016dee1c3..6183a534d16b48a2446e9e0226272fc3c95e9742 100644 (file)
@@ -291,8 +291,7 @@ will shift several thousands of milli-second responses by a
 considerable factor. This was further componded by a serious
 interger overrun which would for realistic run's (i.e. those
 longer than a few minutes) produce believable but totally 
-bogus results. Thanks to Sander Temme <sctemme@covalent.net>
-for solving this riddle.
+bogus results. Thanks to Sander Temme for solving this riddle.
 
 .SH SEE ALSO
 .BR httpd(8)
index b73664d20cd2c9ddd957fc2fc47403f3db7db13e..61a682027ac3524d7154b6a6bf1ebe75cea153bd 100644 (file)
@@ -95,7 +95,7 @@
    **    - Fixed serious int overflow issues which would cause realistic (longer
    **      than a few minutes) run's to have wrong (but believable) results. Added
    **     trapping of connection errors which influenced measurements.
-   **     Contributed by Sander Temme - <sctemme@covalent.net>, Early 2001
+   **     Contributed by Sander Temme - Early 2001
    **
  */
  /*
@@ -1332,14 +1332,14 @@ static void test(void)
 static void copyright(void)
 {
     if (!use_html) {
-       printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.59 $> apache-1.3");
+       printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.60 $> apache-1.3");
        printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
        printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
        printf("\n");
     }
     else {
        printf("<p>\n");
-       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.59 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.60 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
        printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");