Author :
Nick Mathewson
Date :
2010-10-14 10:53:26
Hash :223ee40f Message :Avoid spurious reads from just-created open openssl bufferevents
When handshaking, we listen for reads or writes from the
transport. But when we're connected, we start out with writes enabled
and reads disabled, which means we should not have the transport read
for us.