]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a vote.
authorAndré Malo <nd@apache.org>
Thu, 20 Mar 2003 14:09:07 +0000 (14:09 +0000)
committerAndré Malo <nd@apache.org>
Thu, 20 Mar 2003 14:09:07 +0000 (14:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99030 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 262c3e886e1f428ed8320014b0bc84fb5ec5656a..6cc7e38c26e33b40e39201f7eeefc0a8dc7f93db 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/03/19 12:50:56 $]
+Last modified at [$Date: 2003/03/20 14:09:07 $]
 
 Release:
 
@@ -169,6 +169,11 @@ PATCHES TO PORT FROM 2.1
       the current locale and level values as integers. PR 17564.
       (essentially: get a rid of atof()) (2.0 + 1.3)
       +1: nd
+         We need to decide what happens with unparsable qvalues. RFC 2616
+         states that q defaults to 1. (see 14.1 - 14.4). So should wrong
+         qvalues be returned as 1.0 or 0.0 (as atof() did)?
+         1.0: nd
+         0.0: 
 
     * get out-of-tree APR builds to work for libtool 1.3.x users
       buildconf: r1.32