evhttp_request.EVHTTP_REQ_OWN_CONNECTION

The request obj owns the evhttp connection and needs to free it

struct evhttp_request
enum EVHTTP_REQ_OWN_CONNECTION = 0x0001;

Meta