Files
tor/changes
Nick Mathewson e617a34d58 Add, use a bufferevent-safe connection_flush()
A couple of places in control.c were using connection_handle_write()
to flush important stuff (the response to a SIGNAL command, an
ERR-level status event) before Tor went down.  But
connection_handle_write() isn't meaningful for bufferevents, so we'd
crash.

This patch adds a new connection_flush() that works for all connection
backends, and makes control.c use that instead.

Fix for bug 3367; bugfix on 0.2.3.1-alpha.
2011-06-21 10:22:54 -04:00
..
2011-05-21 16:08:21 -04:00
2011-06-02 15:11:21 -04:00
2011-05-12 18:49:28 -04:00
2011-05-15 22:02:24 -04:00
2011-05-15 11:08:46 -04:00
2011-05-31 20:43:55 -04:00
2011-06-13 13:42:00 -04:00
2011-06-14 13:45:12 -04:00
2011-05-20 08:25:43 -07:00