This is what the "callback" API would look like:
typedef struct bufferevent* (*bev_factory_cb)(void *arg);
/**
* Create and return a connection object that can be used for making
* HTTP requests. The connection object tries to resolve address and
* establish the connection when it is given a
Hi all,
I've been writing a HTTPS client using evhttp in libevent-2.0.16, but I
am running into a roadblock. I've gone through the last few months of
this list, but I don't see anything exactly about what I am running
into. I'm hoping you can set me straight.
For context, I'm writing a XMPP (j