You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2002/09/06 12:24:43 UTC

cvs commit: httpd-test/flood STATUS

jacekp      2002/09/06 03:24:43

  Modified:    flood    STATUS
  Log:
  following entries are removed:
  -- assertion failure (bug fixed)
  -- SEGV's on dns lookups (bug fixed)
  -- basic auth (feature implemented)
  
  Revision  Changes    Path
  1.39      +1 -12     httpd-test/flood/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/STATUS,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- STATUS	21 Aug 2002 21:08:04 -0000	1.38
  +++ STATUS	6 Sep 2002 10:24:42 -0000	1.39
  @@ -15,17 +15,9 @@
   
   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.
         
  -    * DNS lookup failures in any <urllist> cause segfault.
  -       Justin says: Wow.  Why?
  -       Aaron says: Is this still happening? It's been awhile.
  -
       * iPlanet sends "Content-length" - there is a hack in there now
         to recognize it.  However, all HTTP headers need to be normalized
         before checking their values.  This isn't easy to do.  Grr.
  @@ -59,9 +51,6 @@
         than 5 unique URLs.
   
   Other features that need writing:
  -
  -    * It would be nice if a url in a urllist could handle basic
  -      authentication.
   
       * More analysis and graphing scripts are needed