mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
stop printing a log message at every iteration through the
event loop when holding open a conn for flushing but it doesn't want to flush any more bytes yet. svn:r6114
This commit is contained in:
parent
9b55b50b87
commit
e11f900a2a
@ -473,6 +473,7 @@ conn_close_if_marked(int i)
|
||||
if (retval >= 0 && /* Technically, we could survive things like
|
||||
TLS_WANT_WRITE here. But don't bother for now. */
|
||||
conn->hold_open_until_flushed && connection_wants_to_flush(conn)) {
|
||||
if (retval > 0)
|
||||
LOG_FN_CONN(conn, (LOG_INFO,LD_NET,
|
||||
"Holding conn (fd %d) open for more flushing.",
|
||||
conn->s));
|
||||
|
Loading…
Reference in New Issue
Block a user