[FFmpeg-devel] [PATCH] fix tls/tcp protocol after a 302 move in https
Michael Niedermayer
michaelni at gmx.at
Sat Aug 2 02:57:10 CEST 2014
On Fri, Aug 01, 2014 at 08:37:27PM -0400, compn wrote:
> patch from https://trac.ffmpeg.org/ticket/3824
>
> -compn
> diff --git a/libavformat/http.c b/libavformat/http.c
> index 33585b0..3dffaee 100644
> --- 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;
probably ok, iam not maintainer of http.c though
who is the author of this change though (as you write "patch from")
?
if its not you, please set the author of the commit correctly
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140802/e600ac72/attachment.asc>
More information about the ffmpeg-devel
mailing list