[Modify] Replace it
This commit is contained in:
parent
9544db0f60
commit
514c943904
@ -1594,7 +1594,10 @@ namespace WebSocketSharp.Net
|
|||||||
/// </exception>
|
/// </exception>
|
||||||
public void Set (HttpRequestHeader header, string value)
|
public void Set (HttpRequestHeader header, string value)
|
||||||
{
|
{
|
||||||
doWithCheckingState (setWithoutCheckingName, Convert (header), value, false, true);
|
var key = header.ToString ();
|
||||||
|
var name = getHeaderName (key);
|
||||||
|
|
||||||
|
doWithCheckingState (setWithoutCheckingName, name, value, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user