Re: [Libevent-users] patch for https

2011-05-20 Thread Nick Mathewson
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

Re: [Libevent-users] patch for https

2011-05-20 Thread Ben Chen
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/

Re: [Libevent-users] patch for https

2011-05-16 Thread Nick Mathewson
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

Re: [Libevent-users] patch for https

2011-05-15 Thread Nick Mathewson
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

Re: [Libevent-users] patch for https

2011-05-14 Thread Zulfiqer Sekender
: [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

Re: [Libevent-users] patch for https

2011-05-09 Thread Ben Chen
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

Re: [Libevent-users] patch for https

2011-05-06 Thread 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 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

[Libevent-users] patch for https

2011-05-05 Thread Ben Chen
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