Skip to content

Commit

Permalink
Fix #721 disconnect a peer due to request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored and xeroc committed Mar 21, 2018
1 parent e5b6449 commit 59b6a15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/net/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,6 @@ namespace graphene { namespace net { namespace detail {
wlog("Disconnecting peer ${peer} because they haven't made any progress on my remaining ${count} sync item requests",
("peer", active_peer->get_remote_endpoint())("count", active_peer->sync_items_requested_from_peer.size()));
disconnect_due_to_request_timeout = true;
break;
}
if (!disconnect_due_to_request_timeout &&
active_peer->item_ids_requested_from_peer &&
Expand Down

0 comments on commit 59b6a15

Please sign in to comment.