Re: [FFmpeg-devel] [PATCH] fix tls/tcp protocol after a 302 move in https

2014-08-03 Thread Michael Niedermayer
On Sat, Aug 02, 2014 at 02:57:10AM +0200, Michael Niedermayer wrote: > 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/li

Re: [FFmpeg-devel] [PATCH] fix tls/tcp protocol after a 302 move in https

2014-08-01 Thread Michael Niedermayer
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: > me

[FFmpeg-devel] [PATCH] fix tls/tcp protocol after a 302 move in https

2014-08-01 Thread compn
patch from https://trac.ffmpeg.org/ticket/3824 -compndiff --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 =