summaryrefslogtreecommitdiff
path: root/libcurl/tests/basic/driver.c
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-01 21:48:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-02 22:46:20 +0300
commit327c648562e4c05d51674d864d027aab7684061a (patch)
tree1e74e2b159d79b743d8a2283543bcb8cd860fe0a /libcurl/tests/basic/driver.c
parentd569da763ec8dfc7534c80e7ef86c48b352dfe92 (diff)
Upgrade to 7.76.0
Diffstat (limited to 'libcurl/tests/basic/driver.c')
-rw-r--r--libcurl/tests/basic/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcurl/tests/basic/driver.c b/libcurl/tests/basic/driver.c
index 13b731c..bc1e409 100644
--- a/libcurl/tests/basic/driver.c
+++ b/libcurl/tests/basic/driver.c
@@ -53,7 +53,7 @@ main (int argc, char* argv[])
fprintf (stderr, "calling curl_easy_setopt()\n");
curl_easy_setopt (curl, CURLOPT_URL, url);
- curl_easy_setopt (curl, CURLOPT_TIMEOUT, 600L); // 10 mins.
+ curl_easy_setopt (curl, CURLOPT_TIMEOUT, 600L); /* 10 mins. */
curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1L);
char agent[] = "libcurl-test/" LIBCURL_VERSION;