This commit is contained in:
parent
62e8c18390
commit
3b4d761f3b
@ -44,6 +44,11 @@ TEL_curl_easy_get (const char *url)
|
|||||||
curl_easy_setopt (eh,
|
curl_easy_setopt (eh,
|
||||||
CURLOPT_ENCODING,
|
CURLOPT_ENCODING,
|
||||||
"deflate"));
|
"deflate"));
|
||||||
|
|
||||||
|
GNUNET_assert (CURLE_OK ==
|
||||||
|
curl_easy_setopt (eh,
|
||||||
|
CURLOPT_FOLLOWLOCATION,
|
||||||
|
1L));
|
||||||
#ifdef CURLOPT_TCP_FASTOPEN
|
#ifdef CURLOPT_TCP_FASTOPEN
|
||||||
GNUNET_assert (CURLE_OK ==
|
GNUNET_assert (CURLE_OK ==
|
||||||
curl_easy_setopt (eh,
|
curl_easy_setopt (eh,
|
||||||
|
Loading…
Reference in New Issue
Block a user