commit c2b6a1065474df88df8d501d7a83b67032bd121d
parent bdd9ef74e6c90381057ca3f1ece095663e21e59a
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 14 Dec 2018 09:44:15 +0100
fastoption may not be supported by all curls
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/auditor-lib/curl_defaults.c b/src/auditor-lib/curl_defaults.c
@@ -44,11 +44,12 @@ TAL_curl_easy_get (const char *url)
curl_easy_setopt (eh,
CURLOPT_ENCODING,
"deflate"));
+#ifdef CURLOPT_TCP_FASTOPEN
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_TCP_FASTOPEN,
1L));
-
+#endif
{
/* Unfortunately libcurl needs chunk to be alive until after
curl_easy_perform. To avoid manual cleanup, we keep