From da20a0996eb0d6a22519d8587bc341c6fea47a4b Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Feb 2020 20:26: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 9ee0f765..37a194f7 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -282,7 +282,8 @@ namespace WebSocketSharp.Net "IfModifiedSince", new HttpHeaderInfo ( "If-Modified-Since", - HttpHeaderType.Request | HttpHeaderType.Restricted) + HttpHeaderType.Request | HttpHeaderType.Restricted + ) }, { "IfNoneMatch",