From 0f53c2f2d609746d55ab677e3af60dc87ea1024f Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Feb 2020 21:26:42 +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 f4057d4c..cd930002 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -167,7 +167,10 @@ namespace WebSocketSharp.Net "ContentLanguage", new HttpHeaderInfo ( "Content-Language", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.MultiValue + ) }, { "ContentLength",