mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/216'
This commit is contained in:
@@ -398,8 +398,8 @@ sendme_connection_edge_consider_sending(edge_connection_t *conn)
|
||||
conn->deliver_window += STREAMWINDOW_INCREMENT;
|
||||
if (connection_edge_send_command(conn, RELAY_COMMAND_SENDME,
|
||||
NULL, 0) < 0) {
|
||||
log_warn(LD_BUG, "connection_edge_send_command failed while sending "
|
||||
"a SENDME. Circuit probably closed, skipping.");
|
||||
log_debug(LD_CIRC, "connection_edge_send_command failed while sending "
|
||||
"a SENDME. Circuit probably closed, skipping.");
|
||||
goto end; /* The circuit's closed, don't continue */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user