mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes typo, references #213
This commit is contained in:
@@ -174,7 +174,7 @@ void endpoint<connection,config>::close(connection_hdl hdl,
|
||||
const close::status::value code, const std::string & reason)
|
||||
{
|
||||
lib::error_code ec;
|
||||
send(hdl,code,reason,ec);
|
||||
close(hdl,code,reason,ec);
|
||||
if (ec) { throw ec; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user