13 lines
493 B
Plaintext
13 lines
493 B
Plaintext
$NetBSD: patch-aa,v 1.1 2006/11/19 08:15:44 wiz Exp $
|
|
|
|
--- src/get_url.c.orig 2005-11-23 11:19:33.000000000 +0000
|
|
+++ src/get_url.c
|
|
@@ -52,7 +52,6 @@ retry:
|
|
|
|
curl_easy_setopt(curl, CURLOPT_URL, resp_url);
|
|
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
|
|
- curl_easy_setopt(curl, CURLOPT_MUTE, 1);
|
|
curl_easy_setopt(curl, CURLOPT_TIMEOUT, TIMEOUT);
|
|
curl_easy_setopt(curl, CURLOPT_USERAGENT, options.agente);
|
|
curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, get_header);
|