From 20f57f37591f1dc92dd69eeb413f38495637dadc Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:54:49 +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 6f84ef1e..abcde096 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -424,7 +424,10 @@ namespace WebSocketSharp.Net "SecWebSocketProtocol", new HttpHeaderInfo ( "Sec-WebSocket-Protocol", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValueInRequest) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.MultiValueInRequest + ) }, { "SecWebSocketVersion",