From 94fa12bbb8fb9bdd3faf31619858322d1a944b5e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Feb 2020 20:24:45 +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 6c1de150..8bcaf143 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -261,7 +261,8 @@ namespace WebSocketSharp.Net "From", new HttpHeaderInfo ( "From", - HttpHeaderType.Request) + HttpHeaderType.Request + ) }, { "Host",