[Modify] Polish it
This commit is contained in:
parent
01cb8f9449
commit
7707872368
@ -569,6 +569,7 @@ namespace WebSocketSharp.Net
|
||||
internal string GetRealm ()
|
||||
{
|
||||
var realm = _realm;
|
||||
|
||||
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user