From c50376243092362587f67f8b1eff470113a32ea9 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Feb 2020 20:28:58 +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 a686bb89..74a3c866 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -303,7 +303,8 @@ namespace WebSocketSharp.Net "IfUnmodifiedSince", new HttpHeaderInfo ( "If-Unmodified-Since", - HttpHeaderType.Request) + HttpHeaderType.Request + ) }, { "KeepAlive",