From 12a3fd77a1ef1bfdef53bfb88b8fe6a08d42f6fb Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Feb 2020 21:30:01 +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 027e46c5..b72df3e7 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -185,7 +185,8 @@ namespace WebSocketSharp.Net "ContentLocation", new HttpHeaderInfo ( "Content-Location", - HttpHeaderType.Request | HttpHeaderType.Response) + HttpHeaderType.Request | HttpHeaderType.Response + ) }, { "ContentMd5",