[Modify] Replace it

This commit is contained in:
sta 2020-05-13 19:35:14 +09:00
parent 2a7f9bb57f
commit 357fd2ec82

View File

@ -880,7 +880,7 @@ namespace WebSocketSharp.Net
Action <string, string> action, string name, string value, bool setState
)
{
var headerType = checkHeaderType (name);
var headerType = getHeaderType (name);
if (headerType == HttpHeaderType.Response) {
doWithCheckingState (action, name, value, true, setState);