trawick 2003/07/30 03:38:31
Modified: . Tag: APACHE_2_0_BRANCH STATUS
Log:
merges++
Revision Changes Path
No revision
No revision
1.751.2.400 +11 -1 httpd-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-2.0/STATUS,v
retrieving revision 1.751.2.399
retrieving revision 1.751.2.400
diff -u -r1.751.2.399 -r1.751.2.400
--- STATUS 29 Jul 2003 20:24:26 -0000 1.751.2.399
+++ STATUS 30 Jul 2003 10:38:31 -0000 1.751.2.400
@@ -265,6 +265,16 @@
support/ab.c: r1.127
+1: nd, jerenkrantz, trawick
+ * ab: Handle conditions where connect() on non-blocking socket
+ doesn't complete immediately (i.e., restore functionality when
+ benchmarking non-local targets). This doesn't resolve some
+ serious flaws in state-handling within ab; it is simply a
+ minimal change to get it going again, as fixing it correctly is
+ potentially destabilizing and may take some iterations in
+ 2.1-dev before it is ready for prime time.
+ support/ab.c: r1.128
+ +1: trawick
+
* mod_rewrite: more or less cosmetic fix. If a .htaccess in DocumentRoot
configures:
RewriteBase /
|