From 1a2d0e2357d5afa7891a17b2faf60c3e21690af2 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Feb 2020 21:33:07 +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 3c554acb..00514e04 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -116,7 +116,8 @@ namespace WebSocketSharp.Net "Age", new HttpHeaderInfo ( "Age", - HttpHeaderType.Response) + HttpHeaderType.Response + ) }, { "Allow",