[Modify] Replace it
This commit is contained in:
parent
4781f0b025
commit
a878d410d3
@ -670,7 +670,7 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!_comment.IsNullOrEmpty ())
|
if (!_comment.IsNullOrEmpty ())
|
||||||
output.AppendFormat ("; Comment={0}", _comment.UrlEncode ());
|
output.AppendFormat ("; Comment={0}", HttpUtility.UrlEncode (_comment));
|
||||||
|
|
||||||
if (_commentUri != null) {
|
if (_commentUri != null) {
|
||||||
var url = _commentUri.OriginalString;
|
var url = _commentUri.OriginalString;
|
||||||
|
Loading…
Reference in New Issue
Block a user