Commit d49531dd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

lib556: enable VERBOSE to ease debugging on failures

parent 4a23b19a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ int test(char *URL)

  test_setopt(curl, CURLOPT_URL, URL);
  test_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
  test_setopt(curl, CURLOPT_VERBOSE, 1L);

  res = curl_easy_perform(curl);