From 0b030a5b232bd9fc4fed90f0d1aaac69c189aa22 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 26 Jan 2020 17:51:01 +0100 Subject: global_init: move the IPv6 works status bool to multi handle Previously it was stored in a global state which contributed to curl_global_init's thread unsafety. This boolean is now instead figured out in curl_multi_init() and stored in the multi handle. Less effective, but thread safe. Closes #4851 --- tests/data/test558 | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/data/test558 b/tests/data/test558 index 49ef1c70b..dccb8080a 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -36,8 +36,6 @@ nothing # Verify data after the test has been "shot" -FD hostip6.c: socket() -FD connect.c: sclose() MEM lib558.c: malloc() MEM lib558.c: free() MEM escape.c: malloc() -- cgit v1.2.3