aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-27 15:58:43 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-27 15:58:43 -0400
commitb0bbe6b2f1d8f0f2c83565f94d8a7dc5c5f72a91 (patch)
tree237ea0a4481d6ad83954959689ad3c52f6584e71 /changes
parent0f395a7c064c314ca9dff4ac076b10461cc9b8c3 (diff)
downloadtor-b0bbe6b2f1d8f0f2c83565f94d8a7dc5c5f72a91.tar.gz
tor-b0bbe6b2f1d8f0f2c83565f94d8a7dc5c5f72a91.zip
Report only the first bootstrap failure from an orconn
Otherwise, when we report "identity mismatch", we then later report DONE when the connection gets closed. Fixes bug 10431; bugfix on 0.2.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug104315
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug10431 b/changes/bug10431
new file mode 100644
index 0000000000..39353a2749
--- /dev/null
+++ b/changes/bug10431
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Only report the first fatal boostrap error on a given OR
+ connection. This prevents controllers from declaring that a
+ connection has failed because of "DONE" or other junk reasons.
+ Fixes bug 10431; bugfix on 0.2.1.1-alpha.