From a1f952f72f889df8c26e28cbf0f7e992c88857b5 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Feb 2020 21:40:34 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 70db1c81..e0a30d1f 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -148,10 +148,11 @@ namespace WebSocketSharp.Net "Connection", new HttpHeaderInfo ( "Connection", - HttpHeaderType.Request | - HttpHeaderType.Response | - HttpHeaderType.Restricted | - HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.Restricted + | HttpHeaderType.MultiValue + ) }, { "ContentEncoding",