Thank you. *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.
Hello everybody. I have a small question about making requests. I am
using libevent2, making evhttp_connection_base_new(),
evhttp_request_new(), evhttp_make_request(), then get callback calls.
Question is, do I need to do evhttp_connection_free() or/and
evhttp_request_free() in callback?