mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
avformat/http: fix tls/tcp protocol after a 302 move in https
Fixes ticket 3824 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
05ff1a2c05
commit
c2a170ac0d
@ -229,6 +229,7 @@ redo:
|
|||||||
memset(&s->auth_state, 0, sizeof(s->auth_state));
|
memset(&s->auth_state, 0, sizeof(s->auth_state));
|
||||||
attempts = 0;
|
attempts = 0;
|
||||||
location_changed = 0;
|
location_changed = 0;
|
||||||
|
lower_proto = "tcp";
|
||||||
goto redo;
|
goto redo;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user