[FFmpeg-devel] [Patch] Use Transfer-Encoding: chunked (and perhaps PUT) for HTTP uploads

Tomas Härdin tomas.hardin
Thu Jan 7 10:28:04 CET 2010


On Mon, 2010-01-04 at 10:52 -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Mon, Jan 4, 2010 at 7:07 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> > On Sun, Jan 03, 2010 at 09:55:49PM -0500, Ronald S. Bultje wrote:
> >> On Fri, Jan 1, 2010 at 5:10 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> >> > i think this is ok if tested unless we have some volunteer to maintain http.c
> >> > iam after all not ideal for the http maintainer role as i dont know the fine
> >> > details of it
> >>
> >> I can maintain.
> >
> > Then please add yourself to http.c in MAINTAINERS
> 
> Done.
> 
> Ronald

It's been a couple of days without any activity, so I thought I'd make a
small bump. Did you get a chance to look at the fixed patch? I fixed the
memory leak in http_close() - see
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-January/080451.html

By the way, since the return value of url_close() is never checked
anywhere, and every protocol always returns zero (except this patch of
course) then maybe url_close() should return void instead of int?

/Tomas





More information about the ffmpeg-devel mailing list