summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-07 15:04:11 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-07 15:04:11 -0500
commitad28397bbf1744993538fa96675a55bba59f2b57 (patch)
tree0187431b96905bccb733a6a8ba9a19d1bb7b38d0 /changes
parent522b312a5155510fb539c9a85994ead13d2b19ce (diff)
parente53e6caac533006245c28657f44e5c929e753336 (diff)
downloadtor-ad28397bbf1744993538fa96675a55bba59f2b57.tar.gz
tor-ad28397bbf1744993538fa96675a55bba59f2b57.zip
Merge branch 'bug7902'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug79027
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug7902 b/changes/bug7902
new file mode 100644
index 0000000000..051759dc0a
--- /dev/null
+++ b/changes/bug7902
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - When we receive a RELAY_END cell with the reason DONE, or with no
+ reason, before receiving a RELAY_CONNECTED cell, report the SOCKS
+ status as "connection refused." Previously we reporting these
+ cases as success but then immediately closing the connection.
+ Fixes bug 7902; bugfix on 0.1.0.1-rc. Reported by "oftc_must_
+ be_destroyed."