...if bufferevent_writecb is called before evhttp_connection...
I am using libevent 2.1.8 for an HTTP client and found that some times requests go missing. The callback passed to evhttp_make_request will just never get called. I tracked it down to bufferevent_writecb getting called with event WRITE_E...