]> granicus.if.org Git - apache/commitdiff
Not really a blocker, I just saw too much weirdness with floats ;)
authorYann Ylavic <ylavic@apache.org>
Mon, 18 Sep 2017 16:40:44 +0000 (16:40 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 18 Sep 2017 16:40:44 +0000 (16:40 +0000)
Looks fine here though.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1808742 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a1a6a5a69d4b36a15df1f985ee170f84f6666f04..08e0e500fbb07861bece1fd2b99858fd1d271a87 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -194,12 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1808723
      2.4.x patch: http://home.apache.org/~jim/patches/httpd-2.4-loadfactor-v2.patch
      +1: jim, humbedooh
-     ylavic: Missing r1805190? Also, I'd use double/%lf instead of float/%f for
-             floating point arithmetic...
-        jim: I don't see the need to use double when float is more than sufficient.
-             Is that a blocker?
-        humbedooh: For numbers with this low level of precision, I don't see a need
-                   for a double.
 
   *) htdigest: prevent a buffer overflow when a string exceeds its maximum size
                in a password file. PR: 61511