> evhttp_request_get_connection is intended for the server side; for
> client side requests generated by evhttp_request_new there is no
I take that back; from code reading it does seem like you should be
able to extract it via evhttp_request_get_connection.
My apologies,
though I think that in your case passing via the ctx parameter would
be fine.