diff -r 16454d63d4c2 -r 1d6924779df7 TCP/TCPConnection.h --- a/TCP/TCPConnection.h Mon Jun 23 14:02:31 2008 -0700 +++ b/TCP/TCPConnection.h Wed Apr 29 13:29:31 2009 -0700 @@ -127,6 +127,7 @@ settings say to check the peer's certificate. This happens, if at all, after the -connectionDidOpen: call. */ - (BOOL) connection: (TCPConnection*)connection authorizeSSLPeer: (SecCertificateRef)peerCert; -/** Called after the connection closes. */ +/** Called after the connection closes. + You can check the connection's error property to see if it was normal or abnormal. */ - (void) connectionDidClose: (TCPConnection*)connection; @end