[Libevent-users] libevent-1.4.13-stable release

2009-11-17 Thread Niels Provos
Hi everyone, we just released libevent 1.4.13-stable. You can download the source from: http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz (don't forget to validate the pgp sig) This release fixes the following issues: - If the kernel tells us that there are a negative number of bytes to

Re: [Libevent-users] Handling concurent evhttp connections with evhttp_send_reply_chunk.

2009-11-17 Thread Niels Provos
On Mon, Nov 16, 2009 at 6:43 PM, Patrick C wrote: > Agreed. The most optimal way of doing this would be to use your operating > system's sendfile() routine, where available, in the evhttp_write_cb > routine. The way you would do this in libevent 2.0 is to use evbuffer_add_file() and then send tha

Re: [Libevent-users] Handling concurent evhttp connections with evhttp_send_reply_chunk.

2009-11-17 Thread Krzysztof Adamski
Dnia 2009-11-17, wto o godzinie 04:21 +0200, Tero Marttila pisze: > One option is to add the functionality to evhttp. So there is no existing functionality for this, right? > I don't have any concrete patches to post, but when I tried this a > (long) while ago, it was fairly straightforward, just