What I mean is http uploading a big file from client to server. Currently
POST support in libevent is just suitable for html form post. When big file
uploading, we need a way to let the content already uploaded be put into a
file, so that no too much mem consumed in the process.

Thanks,
Ben

2011/5/17 Nick Mathewson <ni...@freehaven.net>

> On Mon, May 9, 2011 at 9:39 AM, Ben Chen <benfoun...@gmail.com> wrote:
> > Hi Nick,
> > Ok, I will consider your suggestion.
> > But I have another question, has the libevent supported http upload? If
> not,
> > what's your plan?
>
> Do you mean, as in handling POST and PUT?  Libevent does that.  Or do
> you mean something else?
>
> Generally speaking, "the plan" for adding any particular evhttp
> feature is pretty much "try to merge a good patch when it shows up."
>
> --
> Nick
> ***********************************************************************
> To unsubscribe, send an e-mail to majord...@freehaven.net with
> unsubscribe libevent-users    in the body.
>

Reply via email to