trawick 01/03/15 11:31:57
Modified: . STATUS
Log:
mention a getaddrinfo() usage problem
It is probably raining outside.
Revision Changes Path
1.37 +5 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- STATUS 2001/03/07 17:57:11 1.36
+++ STATUS 2001/03/15 19:31:53 1.37
@@ -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:
@@ -23,6 +23,10 @@
cleanup, toggle messy (APR_INCOMPLETE) result when appropriate.
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?