Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
578076df
Commit
578076df
authored
Jul 17, 2002
by
calc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one line fix to allow HTTP 3xx Redirection to work.
svn path=/trunk/vorbis-tools/; revision=3647
parent
fdb53adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ogg123/http_transport.c
ogg123/http_transport.c
+2
-1
No files found.
ogg123/http_transport.c
View file @
578076df
...
...
@@ -11,7 +11,7 @@
* *
********************************************************************
last mod: $Id: http_transport.c,v 1.1
0
2002/0
6/02 03:07:11 volsung
Exp $
last mod: $Id: http_transport.c,v 1.1
1
2002/0
7/17 12:12:18 calc
Exp $
********************************************************************/
...
...
@@ -118,6 +118,7 @@ void set_curl_opts (http_private_t *private)
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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment