[tor-commits] [tor/master] core/mainloop: fix documentation of connection_handle_write_impl()

nickm at torproject.org nickm at torproject.org
Tue Aug 28 20:07:51 UTC 2018


commit 309961138b1ebfa78e0f2b6201e06bae64c57e0d
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Mon Aug 27 01:07:01 2018 +0000

    core/mainloop: fix documentation of connection_handle_write_impl()
    
    Inaccurate since ​d9746bd468f551d1ada57d962b20eddd15256ce9.
---
 src/core/mainloop/connection.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/mainloop/connection.c b/src/core/mainloop/connection.c
index ed789d520..95213f550 100644
--- a/src/core/mainloop/connection.c
+++ b/src/core/mainloop/connection.c
@@ -3762,9 +3762,9 @@ update_send_buffer_size(tor_socket_t sock)
 
 /** Try to flush more bytes onto <b>conn</b>-\>s.
  *
- * This function gets called either from conn_write_callback() in main.c
- * when libevent tells us that conn wants to write, or below
- * from connection_buf_add() when an entire TLS record is ready.
+ * This function is called in connection_handle_write(), which gets
+ * called from conn_write_callback() in main.c when libevent tells us
+ * that <b>conn</b> wants to write.
  *
  * Update <b>conn</b>-\>timestamp_last_write_allowed to now, and call flush_buf
  * or flush_buf_tls appropriately. If it succeeds and there are no more





More information about the tor-commits mailing list