Commit 4a5b53432b1348740534e8a562a82f825d31e3ca

Nick Mathewson 2009-12-23T07:48:43

Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect(). Previously, we weren't remembering that we wanted to re-add the read event once the connect was finished. Now we are.