[Modify] Replace it
This commit is contained in:
parent
0bc6833114
commit
c708209d88
@ -332,7 +332,7 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
else if (pair.StartsWith ("comment", StringComparison.InvariantCultureIgnoreCase)) {
|
else if (pair.StartsWith ("comment", StringComparison.InvariantCultureIgnoreCase)) {
|
||||||
if (cookie != null)
|
if (cookie != null)
|
||||||
cookie.Comment = HttpUtility.UrlDecode (pair.GetValue ('='));
|
cookie.Comment = urlDecode (pair.GetValue ('='), Encoding.UTF8);
|
||||||
}
|
}
|
||||||
else if (pair.StartsWith ("commenturl", StringComparison.InvariantCultureIgnoreCase)) {
|
else if (pair.StartsWith ("commenturl", StringComparison.InvariantCultureIgnoreCase)) {
|
||||||
if (cookie != null)
|
if (cookie != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user