From 022996e5c77e4a1bdf43f17a3562efee314478c3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 12 Oct 2003 13:57:41 +0000 Subject: 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. --- tests/data/test506 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data/test506') diff --git a/tests/data/test506 b/tests/data/test506 index bb9ee3836..1fbd4bac8 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -68,6 +68,8 @@ unlock: share PERFORM lock: dns unlock: dns +lock: dns +unlock: dns lock: cookie unlock: cookie lock: cookie -- cgit v1.2.3