From bb1ecfccde28a31ffb2cc5c88064d5deb8d85100 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Feb 2020 21:33:53 +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 dee02375..bb77262d 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -495,7 +495,10 @@ namespace WebSocketSharp.Net "Upgrade", new HttpHeaderInfo ( "Upgrade", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.MultiValue + ) }, { "UserAgent",