From c2263c4213f081031d3041407ec1c49fd21d4c39 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Feb 2020 21:30:20 +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 b54ceabd..7f4551a7 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -471,7 +471,8 @@ namespace WebSocketSharp.Net "Trailer", new HttpHeaderInfo ( "Trailer", - HttpHeaderType.Request | HttpHeaderType.Response) + HttpHeaderType.Request | HttpHeaderType.Response + ) }, { "TransferEncoding",