bug1653 459 B

12345678
  1. o Major bugfixes:
  2. - When the exit relay gets a circuit-level sendme cell, it started
  3. reading on the exit streams, even if had 500 cells queued in our
  4. circuit queue already, so our circuit queue just grew and grew
  5. in some cases. We fix this by not re-enabling reading on SENDME
  6. while the cell queue is blocked. Fixes bug 1653. Bugfix on
  7. 0.2.0.1-alpha. Detected by Mashael AlSabah. Original patch by
  8. "yetonetime".