]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove green hair and grow it longer
authorDirk-Willem van Gulik <dirkx@apache.org>
Mon, 2 Apr 2001 06:25:42 +0000 (06:25 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Mon, 2 Apr 2001 06:25:42 +0000 (06:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88629 13f79535-47bb-0310-9956-ffa450edef68

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

index f44a649a93c122686ecad4c2be1337dcf29131fd..9238f7f5748f16fca3143116f37846b7032db1e0 100644 (file)
@@ -5,7 +5,7 @@ Changes with Apache 1.3.20
      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 <sander@covalent.net> at April ApacheCon 2001 for details.
+     Temme <sctemme@covalent.net> at April ApacheCon 2001 for details.
      [Dirk-Willem van Gulik]
 
   *) Hooked calls to opendir() and readdir() so that we could add '.' and
index 09c7f774ec6000c8aa3bd11bfa7668d3c90979c6..d766a019288779a415c863aa6b3436a634e189a7 100644 (file)
@@ -291,7 +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 <sander@covalent.net>
+bogus results. Thanks to Sander Temme <sctemme@covalent.net>
 for solving this riddle.
 
 .SH SEE ALSO
index 91bcbccb97f14eb99d713ef7b8f08fb491db2b89..4a616fc9527530368b5c5a4d9d14714518bd7884 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 - <sander@covalent.net>, Early 2001
+   **     Contributed by Sander Temme - <sctemme@covalent.net>, Early 2001
    **
  */
  /*
@@ -1322,14 +1322,14 @@ static void test(void)
 static void copyright(void)
 {
     if (!use_html) {
-       printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.46 $> apache-1.3");
+       printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.47 $> apache-1.3");
        printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
        printf("Copyright (c) 1998-1999 The Apache Group, 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.46 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.47 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
        printf(" Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");