We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29cfd09 + 106ee9b commit 6577153Copy full SHA for 6577153
1 file changed
src/protocols/protocol_block_out_106.cpp
@@ -220,6 +220,7 @@ void protocol_block_out_106::send_block(const code& ec) NOEXCEPT
220
<< opposite() << "] not found.");
221
222
// This block could not have been advertised to the peer.
223
+ // TODO: send not_found message in protocol override.
224
stop(system::error::not_found);
225
return;
226
}
0 commit comments