From 2ee50959953734da03f53e0e338201dcd4ae3946 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Feb 2020 21:29:39 +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 ded25daa..b54ceabd 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -464,7 +464,8 @@ namespace WebSocketSharp.Net "Te", new HttpHeaderInfo ( "TE", - HttpHeaderType.Request) + HttpHeaderType.Request + ) }, { "Trailer",