Dnia 2009-11-18, śro o godzinie 10:40 -0800, Niels Provos pisze:
> On Mon, Nov 16, 2009 at 9:12 AM, Krzysztof Adamski wrote:
> > i would like to build simple HTTPD server using libevent2. It is going
> > to send some quite big files but i would like it to handle couple
> > c
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
Hi,
i would like to build simple HTTPD server using libevent2. It is going
to send some quite big files but i would like it to handle couple
concurrent connections. The files can be sent in chunks so I'm using
evhttp_send_reply_chunk for this. The problem is, how can I send big
files while still be