mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
remove obsolete comment
we should have taken out this comment with commit aadff6274
during ticket 16480.
This commit is contained in:
parent
6fcaf83c98
commit
d1580ad49b
1 changed files with 0 additions and 4 deletions
|
@ -4038,10 +4038,6 @@ connection_flush(connection_t *conn)
|
||||||
* its contents compressed or decompressed as they're written. If zlib is
|
* 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
|
* negative, this is the last data to be compressed, and the connection's zlib
|
||||||
* state should be flushed.
|
* 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,
|
MOCK_IMPL(void,
|
||||||
connection_write_to_buf_impl_,(const char *string, size_t len,
|
connection_write_to_buf_impl_,(const char *string, size_t len,
|
||||||
|
|
Loading…
Add table
Reference in a new issue