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

ok stop using old and deprecated options

parent 35ad6142
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -41,9 +41,6 @@ int main(int argc, char **argv)
  /* no progress meter please */
  curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1);

  /* shut up completely */
  curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);

  /* send all data to this function  */
  curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data);