From 392be113f9d09d7d6590c068b936fcb939e1debf Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:38:54 +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 0c7c7c81..d9fbd24e 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -333,7 +333,8 @@ namespace WebSocketSharp.Net "MaxForwards", new HttpHeaderInfo ( "Max-Forwards", - HttpHeaderType.Request) + HttpHeaderType.Request + ) }, { "Pragma",