From 95e28fc3e2c1cf8475b34092502c4c31af9d6e5c Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Feb 2020 21:34:43 +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 bb77262d..1486533c 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -504,7 +504,8 @@ namespace WebSocketSharp.Net "UserAgent", new HttpHeaderInfo ( "User-Agent", - HttpHeaderType.Request | HttpHeaderType.Restricted) + HttpHeaderType.Request | HttpHeaderType.Restricted + ) }, { "Vary",