diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-19 06:44:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-19 06:44:19 +0000 |
commit | c8c47768c76aac020adc2a7ebf5e45e3ea95abd9 (patch) | |
tree | d0dcb47635b17bff31b45a060cb619ad87b297e4 /CHANGES | |
parent | 62ff567c472838207c2a2409cf41e90dc3e6d6d6 (diff) |
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (18 August 2004) +- Ling Thio pointed out that when libcurl is built ipv6-enabled, it still did + reverse DNS lookups when fed with a numerical IP-address (like + http://127.0.0.1/), although it doesn't when built ipv6-disabled. libcurl + should never do reverse lookups. + Daniel (17 August 2004) - Kjetil Jacobsen noticed that when transferring a file:// URL pointing to an empty file, libcurl would return with the file still open. |