Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Vorbis tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
61
Issues
61
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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/06/02 03:07:11 volsung
Exp $
last mod: $Id: http_transport.c,v 1.1
1 2002/07/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