Commit ad88eab6 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

APR now uses the correct gethostbyname_r when available, so this has

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
parent 58807e87
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
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