X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fhttp.c;h=cd465154e562e023633c8d8e72c2125a3c024558;hp=0689a84eacf6a46eb50911b96cecb6acd2e8223a;hb=05d4d920a38f57f2afc0ef349d8f4c96a5852878;hpb=5bb795e97e53ef92cb7b28ee3598ad2aa4ec65d3;ds=sidebyside diff --git a/src/http.c b/src/http.c index 0689a84..cd46515 100644 --- a/src/http.c +++ b/src/http.c @@ -87,7 +87,7 @@ http_get(struct http_session *sess, const char *url, const char *content) pthread_mutex_lock(&sess->lock); curl_easy_setopt(sess->curl, CURLOPT_URL, url); - curl_easy_setopt(sess->curl, CURLOPT_VERBOSE, 1); + curl_easy_setopt(sess->curl, CURLOPT_VERBOSE, 0); if (content) { curl_easy_setopt(sess->curl, CURLOPT_POSTFIELDS, content); curl_easy_setopt(sess->curl,