From 1aa98acc3ca625f56aa7b3fcc8c4157683c0b347 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 27 Apr 2020 21:22:22 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/WebHeaderCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs index 031a35f7..a60d874f 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -999,7 +999,7 @@ namespace WebSocketSharp.Net { value = checkValue (value); - if (IsMultiValue (name, response)) { + if (isMultiValue (name, response)) { base.Add (name, value); return;