[Modify] Replace it
This commit is contained in:
parent
2a7f9bb57f
commit
357fd2ec82
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user