Re: [FFmpeg-devel] [PATCH] lavf/http: accept both GET and POST in read-write mode.

2020-02-17 Thread Nicolas George
Nicolas George (12020-02-17): > Signed-off-by: Nicolas George > --- > libavformat/http.c | 19 ++- > 1 file changed, 14 insertions(+), 5 deletions(-) Disregard: the client will be in write mode even for a POST, and reading on it will not work. Regards, -- Nicolas George si

[FFmpeg-devel] [PATCH] lavf/http: accept both GET and POST in read-write mode.

2020-02-17 Thread Nicolas George
Signed-off-by: Nicolas George --- libavformat/http.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index c9415578aa..135b533203 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -903,11 +903,19 @@ static