On Fri, May 20, 2011 at 3:36 AM, Ben Chen wrote:
> 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
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/
On Mon, May 9, 2011 at 9:39 AM, Ben Chen 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?
Gene
On Sun, May 15, 2011 at 12:21 AM, Zulfiqer Sekender wrote:
> Hi Nick,
> I understand that https feature will be available in 2.1 series.
It will be only if somebody finishes writing it. As I noted above, I
can't merge the existing patches as-is.
>When 2.1
> series will be released?
> Please, le
: [Libevent-users] patch for https
On Thu, May 5, 2011 at 12:17 PM, Ben Chen wrote:
> In my project, a https server is needed. I added the https feature based on
> 2.0.10-stable release.
Hi, Ben! I'd love to get HTTPS support into the 2.1 series. Some
comments o
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?
Thanks,
Ben Chen
2011/5/7 Nick Mathewson
> On Thu, May 5, 2011 at 12:17 PM, Ben Chen wrote:
> > In my project, a https server is needed. I added the ht
On Thu, May 5, 2011 at 12:17 PM, Ben Chen wrote:
> In my project, a https server is needed. I added the https feature based on
> 2.0.10-stable release.
Hi, Ben! I'd love to get HTTPS support into the 2.1 series. Some
comments on the patch:
* evhttps_connection_base_new is mostly duplicated co
In my project, a https server is needed. I added the https feature based on
2.0.10-stable release.
diff -ur libevent-2.0.10-stable-orig/http.c libevent-2.0.10-stable/http.c
--- libevent-2.0.10-stable-orig/http.c 2010-12-15 14:02:25.0 -0500
+++ libevent-2.0.10-stable/http.c 2011-05-0