mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 08:17:13 +00:00
test ignoring TLS short reads
This commit is contained in:
@@ -744,6 +744,10 @@ void connection<config>::handle_read_frame(const lib::error_code& ec,
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (ec.value() == 335544539 /*TLS short read */) {
|
||||
m_alog.write(log::alevel::devel,"got TLS short read, ignore for the moment");
|
||||
return;
|
||||
}
|
||||
|
||||
std::stringstream s;
|
||||
s << "error in handle_read_frame: " << ec.message() << " (" << ec << ")";
|
||||
|
||||
Reference in New Issue
Block a user