From e261e0ec375c1294a42b63e0b5eeacd5f5a47044 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:53:21 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 241cba44..6f84ef1e 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -417,7 +417,8 @@ namespace WebSocketSharp.Net "SecWebSocketKey", new HttpHeaderInfo ( "Sec-WebSocket-Key", - HttpHeaderType.Request | HttpHeaderType.Restricted) + HttpHeaderType.Request | HttpHeaderType.Restricted + ) }, { "SecWebSocketProtocol",