From a525d3e447d6f2fe39deb6b015ec87ff02ea610b Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Feb 2020 21:35:21 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 1486533c..1168ed93 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -511,7 +511,8 @@ namespace WebSocketSharp.Net "Vary", new HttpHeaderInfo ( "Vary", - HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Response | HttpHeaderType.MultiValue + ) }, { "Via",