This commit is contained in:
Marcello Stanisci 2019-02-18 15:50:49 +01:00
parent 62e8c18390
commit 3b4d761f3b
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -44,6 +44,11 @@ TEL_curl_easy_get (const char *url)
curl_easy_setopt (eh,
CURLOPT_ENCODING,
"deflate"));
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_FOLLOWLOCATION,
1L));
#ifdef CURLOPT_TCP_FASTOPEN
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,