[Box Backup-dev] COMMIT r237 - box/chris/boxi/lib/server

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Thu, 15 Dec 2005 00:42:13 +0000 (GMT)


Author: chris
Date: 2005-12-15 00:42:11 +0000 (Thu, 15 Dec 2005)
New Revision: 237

Modified:
   box/chris/boxi/lib/server/ConnectionException.txt
Log:
* ConnectionException.txt
- Updated description of TLSReadFailed


Modified: box/chris/boxi/lib/server/ConnectionException.txt
===================================================================
--- box/chris/boxi/lib/server/ConnectionException.txt	2005-12-15 00:41:19 UTC (rev 236)
+++ box/chris/boxi/lib/server/ConnectionException.txt	2005-12-15 00:42:11 UTC (rev 237)
@@ -10,7 +10,7 @@
 TLSHandshakeFailed			30
 TLSShutdownFailed			32
 TLSWriteFailed				33	Probably a network issue between client and server.
-TLSReadFailed				34	Probably a network issue between client and server.
+TLSReadFailed				34	Probably a network issue between client and server, or account corrupted on server.
 TLSNoPeerCertificate		36
 TLSPeerCertificateInvalid	37	Check certification process
 TLSClosedWhenWriting		38