[Modify] Polish it
This commit is contained in:
parent
465e89130d
commit
d24dc162db
@ -883,7 +883,7 @@ namespace WebSocketSharp.Net
|
||||
buff.AppendFormat ("; $Domain={0}", _domain);
|
||||
}
|
||||
|
||||
if (!_port.IsNullOrEmpty ()) {
|
||||
if (_port != null) {
|
||||
if (_port != "\"\"")
|
||||
buff.AppendFormat ("; $Port={0}", _port);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user