From c92887ec0fa6ff3304d2cac6c1355b0ebfbfbd3c Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 21 Jul 2001 06:47:58 +0000 Subject: [PATCH] APR now uses the correct gethostbyname_r when available, so this has effectively been solved. Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89649 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/STATUS b/STATUS index dd5b893831..550a813b4d 100644 --- 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 -- 2.50.1