From 6e1f273b3a507f0596ef234fb3b4de4f62d8651c Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Feb 2020 21:25:12 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index e0a30d1f..f4057d4c 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -158,7 +158,10 @@ namespace WebSocketSharp.Net "ContentEncoding", new HttpHeaderInfo ( "Content-Encoding", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.MultiValue + ) }, { "ContentLanguage",