From 1e66d7fa080c78233d66c507d885a285183e8344 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Feb 2020 21:31:49 +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 b72df3e7..85752957 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -192,7 +192,8 @@ namespace WebSocketSharp.Net "ContentMd5", new HttpHeaderInfo ( "Content-MD5", - HttpHeaderType.Request | HttpHeaderType.Response) + HttpHeaderType.Request | HttpHeaderType.Response + ) }, { "ContentRange",