aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-09 21:35:14 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-09 21:35:14 -0500
commitb15f75b63266742aa6aa358c553799a31f0b350e (patch)
treeea2f6ab38badf9c226075d4f51636d81d80106c9 /changes
parent9bb34aa897e4ecac27a6f8d50a659803f73c6cb9 (diff)
downloadtor-b15f75b63266742aa6aa358c553799a31f0b350e.tar
tor-b15f75b63266742aa6aa358c553799a31f0b350e.tar.gz
Don't treat END_STREAM_REASON_INTERNAL as total circuit failure
It can happen because we sent something that got an ENETUNREACH response. Bugfix on 0.2.4.8-alpha; fixes a part of bug 10777.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug10777_internal_0244
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10777_internal_024 b/changes/bug10777_internal_024
new file mode 100644
index 000000000..4544147f6
--- /dev/null
+++ b/changes/bug10777_internal_024
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Do not treat END_STREAM_REASON_INTERNAL as indicating a definite
+ circuit failure, since it could also indicate an ENETUNREACH
+ error. Fixes part of bug 10777; bugfix on 0.2.4.8-alpha.