Re: [FFmpeg-devel] [PATCH] libavformat/http.c: cookie path attribute should be optional not compulsory

2023-03-08 Thread Marton Balint
On Fri, 3 Mar 2023, Michael J. Walsh wrote: The path attribute in the Set-Cookie header is optional but treated by ffmpeg as being compulsory. Signed-off-by: Michael J. Walsh —-- libavformat/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, will apply. Regards,

[FFmpeg-devel] [PATCH] libavformat/http.c: cookie path attribute should be optional not compulsory

2023-03-03 Thread Michael J. Walsh
The path attribute in the Set-Cookie header is optional but treated by ffmpeg as being compulsory. Signed-off-by: Michael J. Walsh —-- libavformat/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index 7bce821535..dde22a7e09