[Modify] Polish it
This commit is contained in:
parent
d7cb1d7104
commit
465e89130d
@ -795,7 +795,7 @@ namespace WebSocketSharp.Net
|
||||
if (!_domain.IsNullOrEmpty ())
|
||||
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