fixed ares-resolves and ip-only names

This commit is contained in:
Daniel Stenberg
2003-10-04 14:53:19 +00:00
parent 343291ce37
commit a191fe028c
2 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,12 @@
Changelog
Daniel (4 October)
- Siddhartha Prakash Jain provided a patch with a fix for libcurl with ares,
when working on IP-only names as we then could return "wait" status when the
name in fact already was resolved. I edited the patch slightly to not expose
async details to non-ares aware source code.
Daniel (3 October)
- Neil Spring posted the debian bug report #213180, and pointed out that using
the name 'access' in a function prototype is not very wise as some compilers