From ac30edeafdef65b1a1ea94f8aa4c597ed93eb2ee Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 11 Mar 2020 21:42:44 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/WebHeaderCollection.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index f3aa0fac..ad07ca8a 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -834,9 +834,6 @@ namespace WebSocketSharp.Net if (value == null) return String.Empty; - if (value.Length == 0) - return value; - value = value.Trim (); var len = value.Length;