From: Dirk-Willem van Gulik Date: Fri, 29 Mar 2002 19:20:51 +0000 (+0000) Subject: Removed email address on request - as obviscation was slammed down on the list -... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07382dedf2273a6ef21a888dbd188ad469906698;p=thirdparty%2Fapache%2Fhttpd.git Removed email address on request - as obviscation was slammed down on the list - and Google is your friend in any case git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94316 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 47d5115f993..990bd4e7a29 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -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 at April ApacheCon 2001 for details. + Temme at April ApacheCon 2001 for details. [Dirk-Willem van Gulik] Changes with Apache 1.3.20 diff --git a/src/support/ab.8 b/src/support/ab.8 index dc86e902665..6183a534d16 100644 --- a/src/support/ab.8 +++ b/src/support/ab.8 @@ -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 -for solving this riddle. +bogus results. Thanks to Sander Temme for solving this riddle. .SH SEE ALSO .BR httpd(8) diff --git a/src/support/ab.c b/src/support/ab.c index b73664d20cd..61a682027ac 100644 --- a/src/support/ab.c +++ b/src/support/ab.c @@ -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 - , 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("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.59 $"); + printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.60 $"); 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

\n");