[xiph-cvs] cvs commit: vorbis-tools/ogg123 http_transport.c
Chris Cheney
calc at xiph.org
Wed Jul 17 05:12:18 PDT 2002
calc 02/07/17 05:12:18
Modified: ogg123 http_transport.c
Log:
one line fix to allow HTTP 3xx Redirection to work.
Revision Changes Path
1.11 +2 -1 vorbis-tools/ogg123/http_transport.c
Index: http_transport.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/http_transport.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- http_transport.c 2002/06/02 03:07:11 1.10
+++ http_transport.c 2002/07/17 12:12:18 1.11
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: http_transport.c,v 1.10 2002/06/02 03:07:11 volsung Exp $
+ last mod: $Id: http_transport.c,v 1.11 2002/07/17 12:12:18 calc Exp $
********************************************************************/
@@ -118,6 +118,7 @@
curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
curl_easy_setopt(handle, CURLOPT_NOPROGRESS, 0);
curl_easy_setopt(handle, CURLOPT_USERAGENT, "ogg123 "VERSION);
+ curl_easy_setopt(handle, CURLOPT_FOLLOWLOCATION, 1);
}
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list