mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Remove a needless keep_open_until_flushed
This commit is contained in:
parent
4d2e9974f9
commit
2bc82324d5
1 changed files with 0 additions and 2 deletions
|
@ -741,8 +741,6 @@ run_connection_housekeeping(int i, time_t now)
|
|||
log_info(LD_OR,"Expiring non-open OR connection to fd %d (%s:%d).",
|
||||
conn->s,conn->address, conn->port);
|
||||
connection_mark_for_close(conn);
|
||||
conn->hold_open_until_flushed = 1; /* XXXX why? I think we can remove
|
||||
* this. -NM */
|
||||
}
|
||||
} else if (we_are_hibernating() && !or_conn->n_circuits &&
|
||||
!buf_datalen(conn->outbuf)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue