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
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