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