12 lines
577 B
Text
12 lines
577 B
Text
$NetBSD: patch-ah,v 1.1 2006/12/06 19:52:55 joerg Exp $
|
|
|
|
--- ogg123/http_transport.c.orig 2006-12-06 19:46:55.000000000 +0000
|
|
+++ ogg123/http_transport.c
|
|
@@ -112,7 +112,6 @@ void set_curl_opts (http_private_t *priv
|
|
if (inputOpts.ProxyTunnel)
|
|
curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
|
|
*/
|
|
- curl_easy_setopt(handle, CURLOPT_MUTE, 1);
|
|
curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
|
|
curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
|
curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
|