From 5a228a390868e04dd46797f7699f5a82009d7508 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Feb 2020 21:29: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 71344bf1..128f5e21 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -95,7 +95,8 @@ namespace WebSocketSharp.Net "AcceptEncoding", new HttpHeaderInfo ( "Accept-Encoding", - HttpHeaderType.Request | HttpHeaderType.MultiValue) + HttpHeaderType.Request | HttpHeaderType.MultiValue + ) }, { "AcceptLanguage",