Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since

we really have no use for reverse lookups of the address.

I truly hope these are the last reverse lookups we had lingering in the
code!
This commit is contained in:
Daniel Stenberg
2005-11-08 14:45:58 +00:00
parent 931eff89f5
commit cab59b4c32
4 changed files with 17 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o no reverse lookups on IP addresses when ipv6-enabled
o SSPI compatibility fix: using the proper DLLs
o binary LDAP properties are now shown base64 encoded
o Windows uploads from stdin using curl can now contain ctrl-Z bytes