From 361cde21cdc9fff703c63e393e48a2a3409d162a Mon Sep 17 00:00:00 2001 From: Alan F Date: Tue, 25 Feb 2014 09:50:50 +0000 Subject: put rss tree view in a scroll window, display HTTP error codes on error (only use curl_strerror for communications error, != CURLE_OK) --- src/trg-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-client.c') diff --git a/src/trg-client.c b/src/trg-client.c index 25a78dd..7e1a784 100644 --- a/src/trg-client.c +++ b/src/trg-client.c @@ -532,7 +532,7 @@ static CURL* get_curl(TrgClient *tc, guint http_class) curl_easy_setopt(curl, CURLOPT_USERAGENT, PACKAGE_NAME); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, &http_receive_callback); - //curl_easy_setopt(curl, CURLOPT_VERBOSE, 1); + curl_easy_setopt(curl, CURLOPT_VERBOSE, 1); if (http_class == HTTP_CLASS_TRANSMISSION) { curl_easy_setopt(curl, CURLOPT_WRITEHEADER, (void *) tc); -- cgit v1.2.3