mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
connects interrupt's error handling
This commit is contained in:
@@ -122,9 +122,9 @@ public:
|
||||
}
|
||||
|
||||
std::cout << "CALL con->interrupt() HERE!!" << std::endl;
|
||||
//con->interrupt();
|
||||
ec = con->interrupt();
|
||||
|
||||
ec = lib::error_code();
|
||||
//ec = lib::error_code();
|
||||
}
|
||||
|
||||
void interrupt(connection_hdl hdl) {
|
||||
|
||||
Reference in New Issue
Block a user