[Modify] Replace it
This commit is contained in:
parent
fa882926cd
commit
77dcaa1cc0
@ -1104,7 +1104,7 @@ namespace WebSocketSharp.Net
|
||||
protected void AddWithoutValidate (string headerName, string headerValue)
|
||||
{
|
||||
headerName = checkName (headerName, "headerName");
|
||||
headerValue = checkValue (headerValue);
|
||||
headerValue = checkValue (headerValue, "headerValue");
|
||||
|
||||
var headerType = getHeaderType (headerName);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user