More work on connection reset stuff...
This commit is contained in:
parent
d75f2f7051
commit
6e076e77d8
3 changed files with 8 additions and 4 deletions
|
@ -641,6 +641,7 @@ Node::ReasonForTermination Node::run()
|
|||
}
|
||||
}
|
||||
} catch ( ... ) {
|
||||
LOG("FATAL: unexpected exception in core loop: unknown exception");
|
||||
return impl->terminateBecause(Node::NODE_UNRECOVERABLE_ERROR,"unexpected exception during outer main I/O loop");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue