Skip to content
Snippets Groups Projects
Commit 1791fda3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

test if dns errors resolve without global dns cache

parent 05fcbbce
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,7 @@ class RequestFetcher extends Command
CURLOPT_TIMEOUT => 7,
CURLOPT_HEADER => true,
CURLOPT_NOPROGRESS => false,
CURLOPT_DNS_USE_GLOBAL_CACHE => false,
CURLOPT_PROGRESSFUNCTION => 'self::progress',
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment