removed annoying warning when client disconnects while server is processing a send message
This commit is contained in:
@@ -915,6 +915,9 @@ namespace epics {
|
||||
// automatic end (to set payload size)
|
||||
endMessage(false);
|
||||
}
|
||||
catch (connection_closed_exception & ) {
|
||||
throw;
|
||||
}
|
||||
catch (std::exception &e ) {
|
||||
|
||||
std::ostringstream msg;
|
||||
|
||||
Reference in New Issue
Block a user