git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ff1a2
)
avformat/http: fix tls/tcp protocol after a 302 move in https
author
Rodger Combs
<rodger.combs@gmail.com>
Sat, 2 Aug 2014 00:37:27 +0000
(20:37 -0400)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 4 Aug 2014 01:33:40 +0000
(
03:33
+0200)
Fixes ticket 3824
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/http.c
patch
|
blob
|
history
diff --git
a/libavformat/http.c
b/libavformat/http.c
index
33585b0
..
3dffaee
100644
(file)
--- a/
libavformat/http.c
+++ b/
libavformat/http.c
@@
-229,6
+229,7
@@
redo:
memset(&s->auth_state, 0, sizeof(s->auth_state));
attempts = 0;
location_changed = 0;
+ lower_proto = "tcp";
goto redo;
}
return 0;