summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-03-15 19:31:53 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-03-15 19:31:53 +0000
commit315794175406ac7b55ee8a01094761579981016d (patch)
tree7cc1e041f6acde581828b024c530035b69359195 /STATUS
parent001dd420d9c72f5c1f530425de0f938a40175684 (diff)
downloadlibapr-315794175406ac7b55ee8a01094761579981016d.tar.gz
mention a getaddrinfo() usage problem
It is probably raining outside. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS6
1 files changed, 5 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index e84f8985e..5b619fb0c 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2001/03/07 17:57:11 $]
+Last modified at [$Date: 2001/03/15 19:31:53 $]
Release:
@@ -24,6 +24,10 @@ RELEASE SHOWSTOPPERS:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * Unconditionally setting AI_CANONNAME flag when apr_sockaddr_info_get()
+ calls getaddrinfo() is bogus and causes undesired DNS requests.
+ Status: Jeff will look into this
+
* Solve Win32 APR_CHR, APR_BLK, etc for Win32 apr_stat without
GetFileType? How about inode/dev/nlink?
Status: Will's WIP