From 691dd1729410b3bb81693873756f8ea0db77ddf9 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:49:20 +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 f28a2fe0..696236f8 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -400,7 +400,8 @@ namespace WebSocketSharp.Net "SecWebSocketAccept", new HttpHeaderInfo ( "Sec-WebSocket-Accept", - HttpHeaderType.Response | HttpHeaderType.Restricted) + HttpHeaderType.Response | HttpHeaderType.Restricted + ) }, { "SecWebSocketExtensions",