From e1735637bc68634bce4fb07e9e69f323e61a1063 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 Jun 2020 20:05:03 +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 02a690c6..67e31fd2 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1196,7 +1196,7 @@ namespace WebSocketSharp.Net ? header.Substring (idx + 1) : String.Empty; - name = checkName (name); + name = checkName (name, "header"); val = checkValue (val); var headerType = getHeaderType (name);