- Error strings were being constructed incorrectly.
- Client-side handshake errors were treated as recoverable.
- TLS errors were being displayed as debug messages, not errors.
This commit is contained in:
Paul Beckingham 2013-09-15 01:55:03 -04:00
parent 10c626b18c
commit 2a5bf05590
2 changed files with 15 additions and 16 deletions

View file

@ -337,7 +337,7 @@ bool CmdSync::send (
catch (std::string& error)
{
context.debug (error);
context.error (error);
}
// Indicate message failed.