Sorry there was some mistake in the dummy code
The code should be
http_request_done_callback(struct evhttp_request *req, void *arg)
{
if (req->evcon != NULL)
evhttp_connection_free(req->evcon);
}
request_function()
{
struct evhttp_connection *evcon = NULL;
struct evhttp_request
On Wed, Oct 27, 2010 at 12:27 AM, Kelly Brock wrote:
> Hi Nick,
>
>> > So, given the latest rc does not support listener sockets under
>> Win
>> > IOCP (unless that has changed),
>>
>> Are you talking about the IOCP based evconnlistener stuff? It's
>> supposed to be working; if it isn't, y
It probably isn't worth using a lot of your time to pursue this as there are
ways for us to get around it, and frankly, we probably should anyway.
Set aside the details of that specific scenario. The issue really centers
around progressing the event library while already inside an event handler.