Commit 819b1715723f1ab8bdf6f3d21d6eac859cf8950e

Nick Mathewson 2010-10-12T12:59:13

Handle rate-limiting for reading on OpenSSL bufferevents correctly. We were looking at the number of bytes read on the wbio, not in the rbio. But these are usually different BIOs, and the reading is supposed to happen on the rbio.