This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/http: fix tls/tcp protocol after a 302 move in https
Fixes ticket 3824 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Rodger Combs
Michael Niedermayer
11 years ago
parent
05ff1a2c05
commit
c2a170ac0d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/http.c
+ 1
- 0
libavformat/http.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save