Commit 022996e5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 4935853e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment