[Libevent-users] Libevent hackers: I need your help.

2011-05-06 Thread Nick Mathewson
Hi, all! Right now I am under a pile of patches that need help and review. I have two problems here right now: 1. They are scattered all around. Some are github pull requests, some are emails to the list, some are personal emails, some are sourceforge patch tickets. 2. There are not enough peo

Re: [Libevent-users] http server and infinite streams

2011-05-06 Thread Nick Mathewson
On Sat, Apr 30, 2011 at 9:55 PM, Cliff Frey wrote: > I added tests, handled the infinite-receive case as well as the > infinite-send case, and slightly renamed a few things. > > https://github.com/clifffrey/Libevent/tree/http-transfer-throttling > > I believe that the changes there are enough to p

Re: [Libevent-users] Off by one error in HTTP message handling or documentation error

2011-05-06 Thread Nick Mathewson
On Mon, Apr 11, 2011 at 10:06 AM, Oscar Koeroo wrote: > Hello, Hi, and sorry about the delay! > When looking at the evbuffer_add() docs, like here: > http://monkey.org/~provos/libevent/doxygen-2.0.1/buffer_8h.html#69c3b8893a49bdd919642c6920c1fcb4 > > the doc doesn't seem to state that I need to

Re: [Libevent-users] Seeking advice on handling a -1 return value from bufferevent_write()

2011-05-06 Thread Nick Mathewson
On Tue, Apr 26, 2011 at 12:09 PM, Francoeur, Joseph A. wrote: > Hello, > > I'm successfully using bufferevent_write() to send message frames that are > handled by bufferevent_read().  However, I'd like to handle a possible return > value of -1 in the most optimal way (meaning, give the applicati

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