mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes a bug in scatter gather writes with lengths other than 1
This commit is contained in:
@@ -163,10 +163,10 @@ protected:
|
||||
|
||||
if (m_output_stream->bad()) {
|
||||
handler(make_error_code(error::bad_stream));
|
||||
} else {
|
||||
handler(lib::error_code());
|
||||
}
|
||||
}
|
||||
|
||||
handler(lib::error_code());
|
||||
}
|
||||
|
||||
/// Set Connection Handle
|
||||
|
||||
Reference in New Issue
Block a user