From 909a8458a6bd8a40d3a2c111edf09afcb2e92ccd Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 1 Jun 2020 19:39:42 +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 be22eb5e..739817a8 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1763,7 +1763,7 @@ namespace WebSocketSharp.Net value = checkValue (value); - checkRestricted (name, false); + checkRestricted (name, HttpHeaderType.Request); checkAllowed (false); set (name, value, HttpHeaderType.Request); }