Disable exception throwing if receive 0 bytes. #6
This commit is contained in:
parent
9b3af96222
commit
7e37c6eb7e
@ -314,7 +314,8 @@ void mumlib::Transport::doReceiveSsl() {
|
||||
} else {
|
||||
logger.error("SSL receiver error: %s. Bytes transferred: %d.",
|
||||
ec.message().c_str(), bytesTransferred);
|
||||
throwTransportException("receive failed: " + ec.message());
|
||||
//todo temporarily disable exception throwing until issue #6 is solved
|
||||
//throwTransportException("receive failed: " + ec.message());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user