On Mon, 21 May 2012, Samuel Pitoiset wrote:
--- libavformat/http.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)diff --git a/libavformat/http.c b/libavformat/http.c index 97da9bf..37f73c9 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -52,6 +52,7 @@ typedef struct { int willclose; /**< Set if the server correctly handles Connection: close and will close the connection after feeding us the content. */ int chunked_post; char end_chunked_post; /**< A flag which indicates if the end of chunked encoding has been sent. */ + char end_header; /**< A flag which indicates we have finished to read POST reply. */ } HTTPContext;
Pushed with the same changes as the previous one. // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
