[Modify] Polish it
This commit is contained in:
parent
a27ee45ced
commit
d7cb1d7104
@ -802,7 +802,7 @@ namespace WebSocketSharp.Net
|
|||||||
buff.Append ("; Port");
|
buff.Append ("; Port");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_comment.IsNullOrEmpty ())
|
if (_comment != null)
|
||||||
buff.AppendFormat ("; Comment={0}", HttpUtility.UrlEncode (_comment));
|
buff.AppendFormat ("; Comment={0}", HttpUtility.UrlEncode (_comment));
|
||||||
|
|
||||||
if (_commentUri != null) {
|
if (_commentUri != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user