diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-03 16:46:28 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-03 16:46:28 +0200 |
commit | 150ed553dfce93c6dd32ee59b8df0422e04cd699 (patch) | |
tree | f9842d0d42ab7c72bab0326f0cd9730710c23d72 /changes | |
parent | b8aa14a39b2f96edad8ca0b5a9ea5be218837ce0 (diff) | |
download | tor-150ed553dfce93c6dd32ee59b8df0422e04cd699.tar.gz tor-150ed553dfce93c6dd32ee59b8df0422e04cd699.zip |
Introduce END_STREAM_REASON_NOROUTE
Diffstat (limited to 'changes')
-rw-r--r-- | changes/misc-reason | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/misc-reason b/changes/misc-reason index 2559fe6341..cd21718533 100644 --- a/changes/misc-reason +++ b/changes/misc-reason @@ -1,3 +1,4 @@ o Minor bugfixes: - Exit nodes didn't recognize EHOSTUNREACH as a stream ending reason - and sent back misc. Bugfix on 0.1.0.1-rc; fixes bug 1793. + and sent back END_STREAM_REASON_NOROUTE. Also update the spec to + reflect this new reason. Bugfix on 0.1.0.1-rc; fixes bug 1793. |