Dirk Manske made the share-locking around DNS lookups a bit "looser" so that
authorDaniel Stenberg <daniel@haxx.se>
Sun, 12 Oct 2003 13:57:41 +0000 (13:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Oct 2003 13:57:41 +0000 (13:57 +0000)
commit022996e5c77e4a1bdf43f17a3562efee314478c3
tree180882201ae19d1c125e3631cd1df754fadf2411
parent4935853eb9d13beba2fa9ba1702b69fdb71832cc
Dirk Manske made the share-locking around DNS lookups a bit "looser" so that
multiple DNS lookups can run simultaneously faster. The downside is that
resolving the same host name now can be made at once from multiple threads,
but the upside is that threads now don't alwys have to wait for the others'
resolves. Test case 506 updated accordingly.
lib/hostip.c
tests/data/test506