1.1 --- a/TCP/TCPConnection.h Mon Jun 23 14:02:31 2008 -0700
1.2 +++ b/TCP/TCPConnection.h Wed Apr 22 16:45:39 2009 -0700
1.3 @@ -127,6 +127,7 @@
1.4 settings say to check the peer's certificate.
1.5 This happens, if at all, after the -connectionDidOpen: call. */
1.6 - (BOOL) connection: (TCPConnection*)connection authorizeSSLPeer: (SecCertificateRef)peerCert;
1.7 -/** Called after the connection closes. */
1.8 +/** Called after the connection closes.
1.9 + You can check the connection's error property to see if it was normal or abnormal. */
1.10 - (void) connectionDidClose: (TCPConnection*)connection;
1.11 @end