3 --- ogg123/http_transport.c.orig 2006-12-06 19:46:55.000000000 +0000
4 +++ ogg123/http_transport.c
5 @@ -112,7 +112,6 @@ void set_curl_opts (http_private_t *priv
6 if (inputOpts.ProxyTunnel)
7 curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
9 - curl_easy_setopt(handle, CURLOPT_MUTE, 1);
10 curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
11 curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
12 curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);