From b15f75b63266742aa6aa358c553799a31f0b350e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 9 Feb 2014 21:35:14 -0500 Subject: 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. --- changes/bug10777_internal_024 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug10777_internal_024 (limited to 'changes') diff --git a/changes/bug10777_internal_024 b/changes/bug10777_internal_024 new file mode 100644 index 0000000000..4544147f6e --- /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. -- cgit v1.2.3-54-g00ecf