diff -ruN build-tree/apache_1.3.26/src/support/ab.c build-tree/apache_1.3.26/src/support/ab.c
--- build-tree/apache_1.3.26/src/support/ab.c	Thu May 18 02:43:06 2000
+++ build-tree/apache_1.3.26/src/support/ab.c	Thu May 18 02:36:24 2000
@@ -602,7 +602,8 @@
     FD_CLR(c->fd, &writebits);
 
     /* connect again */
-    start_connect(c);
+    if(done < requests)
+	start_connect(c);
     return;
 }
 
