[Modify] Remove it
This commit is contained in:
parent
9f2c637177
commit
dc5b4ddfd8
@ -885,15 +885,6 @@ namespace WebSocketSharp.Net
|
||||
return value;
|
||||
}
|
||||
|
||||
private static string convert (string key)
|
||||
{
|
||||
HttpHeaderInfo headerInfo;
|
||||
|
||||
return _headers.TryGetValue (key, out headerInfo)
|
||||
? headerInfo.Name
|
||||
: String.Empty;
|
||||
}
|
||||
|
||||
private void doWithCheckingState (
|
||||
Action <string, string> action, string name, string value, bool setState
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user