Merge remote-tracking branch 'andrea/bug11304'

This commit is contained in:
Nick Mathewson
2014-04-16 23:13:30 -04:00
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Bugfixes:
- If write_to_buf() in connection_write_to_buf_impl_() ever fails,
check if it's an or_connection_t and correctly call
connection_or_close_for_error() rather than connection_mark_for_close()
directly. Fixes bug #11304.