Send a CRLF at the end of a STATUS_* event, not in the middle of it

Fixes bug 6094; bugfix on commit 3a9351b57e.
This commit is contained in:
Robert Ransom
2012-06-07 03:22:06 +00:00
parent 491dc3a601
commit 0dc47dfebf
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
o Major bugfixes:
- Send a CRLF at the end of each STATUS_* control-port event. A
change introduced in 0.2.3.16-alpha caused Tor to emit the CRLF
in the middle of a STATUS_* event; among other things, this
caused Vidalia to freeze. Fixes bug 6094; bugfix on
0.2.3.16-alpha.