[Libevent-users] Using Chunked callback

2008-02-28 Thread Lyes Amazouz
Hello everybody! I want to use the libevent library in order to create a server that allow the client to the content of a distant file. But the data has to be transmitted chunk per chunk. I've seen that in the libevent we have, in the server side, the function evhttp_send_reply_chunk(struct evht

Re: [Libevent-users] Using Chunked callback

2008-02-28 Thread Niels Provos
On Thu, Feb 28, 2008 at 3:28 AM, Lyes Amazouz <[EMAIL PROTECTED]> wrote: > I've seen that in the libevent we have, in the server side, the function > evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer * buf), > and I want to know if buf represents the chunk itself or the whole dat

Re: [Libevent-users] dns server availability check / google.com

2008-02-28 Thread Nick Mathewson
On Wed, Feb 27, 2008 at 07:17:50AM +0100, Florian Lohoff wrote: > > Hi, > while looking into an async dns solution i found the code to recheck > dns servers in libevent. I dont think checking for google.com is a very > good choice. In the past even ccTLDs have disappeared or start to > disappear