[Modify] Polish it

This commit is contained in:
sta 2020-10-29 19:39:55 +09:00
parent 364c264e85
commit 38870ae67d

View File

@ -94,6 +94,7 @@ namespace WebSocketSharp.Net
_listener = listener;
var netStream = new NetworkStream (socket, false);
if (listener.IsSecure) {
var sslConf = listener.SslConfiguration;
var sslStream = new SslStream (