From 963a874478b324286bae3198e6654f0030fb6272 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 31 May 2020 16:25:50 +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 9201886a..76c5f794 100644 --- a/websocket-sharp/Net/WebHeaderCollection.cs +++ b/websocket-sharp/Net/WebHeaderCollection.cs @@ -1814,7 +1814,7 @@ namespace WebSocketSharp.Net value = checkValue (value); - checkRestricted (name, true); + checkRestricted (name, HttpHeaderType.Response); checkAllowed (true); set (name, value, HttpHeaderType.Response); }