summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-03 13:57:13 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-03 14:03:36 +0200
commitb8aa14a39b2f96edad8ca0b5a9ea5be218837ce0 (patch)
tree12d4ada347c52099a95a8e423616a09caf048a4b /changes
parentb958eae573fd1e2817df628e29d937e2683630ea (diff)
downloadtor-b8aa14a39b2f96edad8ca0b5a9ea5be218837ce0.tar.gz
tor-b8aa14a39b2f96edad8ca0b5a9ea5be218837ce0.zip
Handle EHOSTUNREACH in errno_to_stream_end_reason()
We used to not recognize it and returned END_STREAM_REASON_MISC. Instead, return END_STREAM_REASON_INTERNAL.
Diffstat (limited to 'changes')
-rw-r--r--changes/misc-reason3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/misc-reason b/changes/misc-reason
new file mode 100644
index 0000000000..2559fe6341
--- /dev/null
+++ b/changes/misc-reason
@@ -0,0 +1,3 @@
+ 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.