]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove obsolete comment
authorRoger Dingledine <arma@torproject.org>
Tue, 30 May 2017 06:42:32 +0000 (02:42 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 30 May 2017 06:42:32 +0000 (02:42 -0400)
we should have taken out this comment with commit aadff6274
during ticket 16480.

src/or/connection.c

index 5fb2c53677811e233d883dfb1ee9ea88b6f32200..4e890497e95f63527064c538e5d153d5fdb22085 100644 (file)
@@ -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,