Re: [FFmpeg-devel] [PATCH] libavformat/http: Ignore expired cookies

2017-05-01 Thread Michael Niedermayer
On Mon, May 01, 2017 at 09:11:11PM -0400, Micah Galizia wrote: > On 2017-05-01 12:09 PM, Michael Niedermayer wrote: > >On Sun, Apr 30, 2017 at 02:25:29PM -0400, Micah Galizia wrote: > >>Signed-off-by: Micah Galizia > >>--- > >> libavformat/http.c | 213 > >> ++

Re: [FFmpeg-devel] [PATCH] libavformat/http: Ignore expired cookies

2017-05-01 Thread Micah Galizia
On 2017-05-01 12:09 PM, Michael Niedermayer wrote: On Sun, Apr 30, 2017 at 02:25:29PM -0400, Micah Galizia wrote: Signed-off-by: Micah Galizia --- libavformat/http.c | 213 +++-- 1 file changed, 156 insertions(+), 57 deletions(-) applied thx

Re: [FFmpeg-devel] [PATCH] libavformat/http: Ignore expired cookies

2017-05-01 Thread Michael Niedermayer
On Sun, Apr 30, 2017 at 02:25:29PM -0400, Micah Galizia wrote: > Signed-off-by: Micah Galizia > --- > libavformat/http.c | 213 > +++-- > 1 file changed, 156 insertions(+), 57 deletions(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF

[FFmpeg-devel] [PATCH] libavformat/http: Ignore expired cookies

2017-04-30 Thread Micah Galizia
Signed-off-by: Micah Galizia --- libavformat/http.c | 213 +++-- 1 file changed, 156 insertions(+), 57 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7204..d06103ab6d 100644 --- a/libavformat/http.c +++ b/libavformat/