Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Correctly terminate session with HTTP POST client.

2015-06-10 Thread Nicolas George
Le primidi 21 prairial, an CCXXIII, Stephan Holljes a écrit : Send a footer to correctly close client sockets. This fixes network errors in client applications. Signed-off-by: Stephan Holljes klaxa1...@googlemail.com --- libavformat/http.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Correctly terminate session with HTTP POST client.

2015-06-10 Thread Michael Niedermayer
On Wed, Jun 10, 2015 at 04:13:31PM +0200, Nicolas George wrote: Le primidi 21 prairial, an CCXXIII, Stephan Holljes a écrit : Send a footer to correctly close client sockets. This fixes network errors in client applications. Signed-off-by: Stephan Holljes klaxa1...@googlemail.com ---

[FFmpeg-devel] [PATCH][GSoC] lavf/http: Correctly terminate session with HTTP POST client.

2015-06-09 Thread Stephan Holljes
Send a footer to correctly close client sockets. This fixes network errors in client applications. Signed-off-by: Stephan Holljes klaxa1...@googlemail.com --- libavformat/http.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/http.c b/libavformat/http.c index