From 541328f526129689482efd17246767b9899a1bdd Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:42:36 +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 ea7fcb35..5ad0a802 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -354,7 +354,8 @@ namespace WebSocketSharp.Net "ProxyAuthorization", new HttpHeaderInfo ( "Proxy-Authorization", - HttpHeaderType.Request) + HttpHeaderType.Request + ) }, { "ProxyConnection",