[FFmpeg-devel] [PATCH] Fix seeking HTTP when server uses chunked encoding
Ronald S. Bultje
rsbultje
Tue May 11 15:15:38 CEST 2010
Hi Thomas,
On Tue, May 11, 2010 at 3:58 AM, Tomas H?rdin <tomas.hardin at codemill.se> wrote:
> Attached is a patch that changes http_connect() to not rely on this
> behavior of http_write(). http_write() instead always uses chunked
> encoding, while http_connect() simply uses url_write().
So basically your patch removes the codepath of non-chunked encoding.
This is fine, but then do it completely. There's still remnants left.
Basically, as long as the "post" variable is still there, I consider
the codepath to be there.
Ronald
More information about the ffmpeg-devel
mailing list