[Modify] Replace it
This commit is contained in:
parent
107d9cc223
commit
bab0ef840f
@ -1076,7 +1076,7 @@ namespace WebSocketSharp.Net
|
|||||||
/// </exception>
|
/// </exception>
|
||||||
protected void AddWithoutValidate (string headerName, string headerValue)
|
protected void AddWithoutValidate (string headerName, string headerValue)
|
||||||
{
|
{
|
||||||
headerName = checkName (headerName);
|
headerName = checkName (headerName, "headerName");
|
||||||
headerValue = checkValue (headerValue);
|
headerValue = checkValue (headerValue);
|
||||||
|
|
||||||
var headerType = getHeaderType (headerName);
|
var headerType = getHeaderType (headerName);
|
||||||
|
Loading…
Reference in New Issue
Block a user