aaron 2002/08/21 14:08:04
Modified: flood STATUS
Log:
Fix assertion failure, add a warning and quit instead.
Revision Changes Path
1.38 +5 -1 httpd-test/flood/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-test/flood/STATUS,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- STATUS 1 Aug 2002 22:28:51 -0000 1.37
+++ STATUS 21 Aug 2002 21:08:04 -0000 1.38
@@ -15,6 +15,10 @@
Other bugs that need fixing:
+ * We get an assertion failure when there is a regexp defined that
+ doesn't match in the response. Instead of relying on assertions,
+ we need to detect this case, print a fatal error message, and quit.
+
* I get a SIGBUS on Darwin with our examples/round-robin-ssl.xml
config, on the second URL. I'm using OpenSSL 0.9.6c 21 dec 2001.