On Wed, Jan 20, 2010 at 1:19 PM, Ron Combs <[email protected]> wrote: > I am not performing the request in a event base. I am running > evhttp_make_request followed by event_dispatch right in the http handler, > can this be a problem?
There should only be a single call to event_dispatch() in your code. Probably in the main function. Niels. *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
