We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cfd09 commit 106ee9bCopy full SHA for 106ee9b
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