Re: [FFmpeg-devel] [PATCH 1/2] Ignore expired cookies

2017-04-08 Thread Micah Galizia
The original patch (possibly the implementation it replaced) had a bug that would include whitespace (eg: newline) when evaluating Set-Cookie values (eg: the domain). This is corrected in the modified version of that patch. Thanks ___ ffmpeg-devel

[FFmpeg-devel] [PATCH 1/2] Ignore expired cookies

2017-03-30 Thread Micah Galizia
Signed-off-by: Micah Galizia --- libavformat/http.c | 204 ++--- 1 file changed, 147 insertions(+), 57 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 293a8a7..a9f1b3f 100644 --- a/libavformat/http.c