From c3f2251623e2c5739ebb340409977b4d7d05bdb2 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Feb 2020 21:32:41 +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 85752957..3b179e6c 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -199,7 +199,8 @@ namespace WebSocketSharp.Net "ContentRange", new HttpHeaderInfo ( "Content-Range", - HttpHeaderType.Request | HttpHeaderType.Response) + HttpHeaderType.Request | HttpHeaderType.Response + ) }, { "ContentType",