Re: [FFmpeg-devel] [PATCH 2/2] avformat/hlsenc: reopen new http session for http_persistent when upload file failed

2019-08-25 Thread Steven Liu
> 在 2019年8月25日,22:53,Steven Liu 写道: > > fix ticket: 7975 > > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 66 ++-- > 1 file changed, 54 insertions(+), 12 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c >

[FFmpeg-devel] [PATCH 2/2] avformat/hlsenc: reopen new http session for http_persistent when upload file failed

2019-08-25 Thread Steven Liu
fix ticket: 7975 Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 66 ++-- 1 file changed, 54 insertions(+), 12 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 18173cdce1..a4cb832766 100644 ---