From 1c11ac7bbdb9368950f5ef308c5fa8fd08fa79ec Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Feb 2020 21:36:23 +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 1168ed93..6d984ca7 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -518,7 +518,10 @@ namespace WebSocketSharp.Net "Via", new HttpHeaderInfo ( "Via", - HttpHeaderType.Request | HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Request + | HttpHeaderType.Response + | HttpHeaderType.MultiValue + ) }, { "Warning",