From 4fbc2d4f54b070026dd9e9ad3cd59dfa7fbb4317 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 13 Jun 2016 15:11:39 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpConnection.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index c21f48f4..de644967 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -99,7 +99,8 @@ namespace WebSocketSharp.Net conf.ServerCertificate, conf.ClientCertificateRequired, conf.EnabledSslProtocols, - conf.CheckCertificateRevocation); + conf.CheckCertificateRevocation + ); _stream = sslStream; }