summaryrefslogtreecommitdiff
path: root/changes/bug1653
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug1653')
-rw-r--r--changes/bug16538
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1653 b/changes/bug1653
new file mode 100644
index 0000000000..26cf55bc1f
--- /dev/null
+++ b/changes/bug1653
@@ -0,0 +1,8 @@
+ o Major bugfixes:
+ - When the exit relay gets a circuit-level sendme cell, it started
+ reading on the exit streams, even if had 500 cells queued in our
+ circuit queue already, so our circuit queue just grew and grew
+ in some cases. We fix this by not re-enabling reading on SENDME
+ while the cell queue is blocked. Fixes bug 1653. Bugfix on
+ 0.2.0.1-alpha. Detected by Mashael ??. Original patch by
+ "yetonetime".