APACHE 1.3 STATUS: -*-text-*-
- Last modified at [$Date: 2001/09/12 15:16:41 $]
+ Last modified at [$Date: 2001/09/24 18:19:17 $]
Release:
RELEASE SHOWSTOPPERS:
- ab is broken on many platforms. Dirk has offered patch, it does not
- apply cleanly, he has offered to clean this up.
-
Netware, OS2, MPE and Win32 enabled unique_id's aren't unique. Wrowe
will fix if nobody else does around the 24th, September.
(float) (totalread + totalposted) / timetaken);
}
}
- if (requests) {
+ if (requests>1) {
/* work out connection times */
long i;
double totalcon = 0, total = 0, totald = 0, totalwait = 0;
static void copyright(void)
{
if (!use_html) {
- printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.56 $> apache-1.3");
+ printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.57 $> apache-1.3");
printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
printf("Copyright (c) 1998-2001 The Apache Group, http://www.apache.org/\n");
printf("\n");
}
else {
printf("<p>\n");
- printf(" This is ApacheBench, Version %s <i><%s></i> apache-1.3<br>\n", VERSION, "$Revision: 1.56 $");
+ printf(" This is ApacheBench, Version %s <i><%s></i> apache-1.3<br>\n", VERSION, "$Revision: 1.57 $");
printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
printf(" Copyright (c) 1998-2001 The Apache Group, http://www.apache.org/<br>\n");
printf("</p>\n<p>\n");