Commit c2a170ac authored by Rodger Combs's avatar Rodger Combs Committed by Michael Niedermayer

avformat/http: fix tls/tcp protocol after a 302 move in https

Fixes ticket 3824
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 05ff1a2c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment