diff options
author | Roger Dingledine <arma@torproject.org> | 2017-05-30 02:42:32 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-05-30 02:42:32 -0400 |
commit | d1580ad49ba7a112021803428d5bdef2259b014e (patch) | |
tree | 3aadd5c9bb9db90b9bd72077898376075fbc1965 | |
parent | 6fcaf83c98df4a12149cd4b5956cd96f3e59ccfd (diff) | |
download | tor-d1580ad49ba7a112021803428d5bdef2259b014e.tar.gz tor-d1580ad49ba7a112021803428d5bdef2259b014e.zip |
remove obsolete comment
we should have taken out this comment with commit aadff6274
during ticket 16480.
-rw-r--r-- | src/or/connection.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 5fb2c53677..4e890497e9 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -4038,10 +4038,6 @@ connection_flush(connection_t *conn) * its contents compressed or decompressed as they're written. If zlib is * negative, this is the last data to be compressed, and the connection's zlib * state should be flushed. - * - * If it's a local control connection and a 64k chunk is ready, try to flush - * it all, so we don't end up with many megabytes of controller info queued at - * once. */ MOCK_IMPL(void, connection_write_to_buf_impl_,(const char *string, size_t len, |