[Modify] Replace it
This commit is contained in:
		@@ -1635,7 +1635,10 @@ namespace WebSocketSharp.Net
 | 
			
		||||
    /// </exception>
 | 
			
		||||
    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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user