From 859ee5f7d36abfda79cf36471ed39451bd863797 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Feb 2020 21:31:25 +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 175f6c03..3c554acb 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -109,7 +109,8 @@ namespace WebSocketSharp.Net "AcceptRanges", new HttpHeaderInfo ( "Accept-Ranges", - HttpHeaderType.Response | HttpHeaderType.MultiValue) + HttpHeaderType.Response | HttpHeaderType.MultiValue + ) }, { "Age",