aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7039
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug7039')
-rw-r--r--changes/bug70397
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug7039 b/changes/bug7039
deleted file mode 100644
index dc5111a00..000000000
--- a/changes/bug7039
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes:
- - When a Tor client gets a "truncated" relay cell, the first byte of
- its payload specifies why the circuit was truncated. We were
- ignoring this 'reason' byte when tearing down the circuit, resulting
- in the controller not being told why the circuit closed. Now we
- pass the reason from the truncated cell to the controller. Bugfix
- on 0.1.2.3-alpha; fixes bug 7039.