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.
This commit is contained in:
Nick Mathewson
2014-03-27 15:58:43 -04:00
parent 0f395a7c06
commit b0bbe6b2f1
5 changed files with 17 additions and 3 deletions
+5
View File
@@ -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.