]> granicus.if.org Git - curl/commitdiff
enable verbose as well
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Apr 2004 06:53:34 +0000 (06:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Apr 2004 06:53:34 +0000 (06:53 +0000)
tests/libtest/lib511.c

index 9b9980a7198d05152fabfad05071feb44e188bf2..4afb1dc9fe6a116ad5abc15810665e04e600f20f 100644 (file)
@@ -7,6 +7,7 @@ int test(char *URL)
   curl_easy_setopt(curl, CURLOPT_URL, URL);
   curl_easy_setopt(curl, CURLOPT_FILETIME, 1);
   curl_easy_setopt(curl, CURLOPT_NOBODY, 1);
+  curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
   res = curl_easy_perform(curl);
   curl_easy_cleanup(curl);  
   return (int)res;