From 6a50eb3cb4965e2b31dcb39da6d5bab72c447262 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:52:32 +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 696236f8..241cba44 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -407,10 +407,11 @@ namespace WebSocketSharp.Net "SecWebSocketExtensions", new HttpHeaderInfo ( "Sec-WebSocket-Extensions", - HttpHeaderType.Request | - HttpHeaderType.Response | - HttpHeaderType.Restricted | - HttpHeaderType.MultiValueInRequest) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.Restricted + | HttpHeaderType.MultiValueInRequest + ) }, { "SecWebSocketKey",