summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/src/tls/TlsProtocol.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/tls/TlsProtocol.cs b/crypto/src/tls/TlsProtocol.cs
index e093ff07a..0ee702a96 100644
--- a/crypto/src/tls/TlsProtocol.cs
+++ b/crypto/src/tls/TlsProtocol.cs
@@ -312,6 +312,8 @@ namespace Org.BouncyCastle.Tls
             }
 
             CloseConnection();
+
+            TlsUtilities.NotifyConnectionClosed(Peer);
         }
 
         /// <exception cref="IOException"/>