]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
APR now uses the correct gethostbyname_r when available, so this has
authorRyan Bloom <rbb@apache.org>
Sat, 21 Jul 2001 06:47:58 +0000 (06:47 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 21 Jul 2001 06:47:58 +0000 (06:47 +0000)
effectively been solved.
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89649 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dd5b893831e499557f94a77e1984b0e6a1672f03..550a813b4d1c56e94c5f2711c2711c90ba307e86 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/07/20 20:39:30 $]
+Last modified at [$Date: 2001/07/21 06:47:58 $]
 
 Release:
 
@@ -124,11 +124,6 @@ RELEASE SHOWSTOPPERS:
         also seem out of sorts.
         OtherBill is working on this and will finish over the weekend.
 
-    * We need a thread-safe resolver, at least on Unix.
-        Status: The best known candidate would be something from
-       BIND v9.
-        Status: Greg asks, "why? doesn't gethostbyname_r() handle this?"
-
     * The AddInputFilter and AddOutputFilter directives do not allow the
       administrator to remove or reorder filters.  Once a filter is added
       in a container, it is present in any subcontainers.  It can only be