You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2006/02/02 22:09:49 UTC

svn commit: r374502 - /httpd/apreq/trunk/STATUS

Author: joes
Date: Thu Feb  2 13:09:47 2006
New Revision: 374502

URL: http://svn.apache.org/viewcvs?rev=374502&view=rev
Log:
Showstopper: the url and header parsers can go quadratic in
CPU because they reset their state on each invocation; they
need to maintain state in order to remain O(n).  Fix coming shortly.

Modified:
    httpd/apreq/trunk/STATUS

Modified: httpd/apreq/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?rev=374502&r1=374501&r2=374502&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Thu Feb  2 13:09:47 2006
@@ -12,6 +12,9 @@
 
 RELEASE SHOWSTOPPERS:
 
+    - The header and url parser go can quadratic in CPU time because
+      they fail to maintain their state properly.
+
 
 CURRENT VOTES: