From 62245a4ac78f693ffb6bea952a9d0b18b668c601 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:37:53 +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 3be17014..0c7c7c81 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -326,7 +326,8 @@ namespace WebSocketSharp.Net "Location", new HttpHeaderInfo ( "Location", - HttpHeaderType.Response) + HttpHeaderType.Response + ) }, { "MaxForwards",