From 363ea793173d320dc89a8c86e5eee21818783cc3 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 21 Feb 2020 19:36:55 +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 77c664e6..3be17014 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -319,7 +319,8 @@ namespace WebSocketSharp.Net "LastModified", new HttpHeaderInfo ( "Last-Modified", - HttpHeaderType.Request | HttpHeaderType.Response) + HttpHeaderType.Request | HttpHeaderType.Response + ) }, { "Location",