[Modify] Should not

This commit is contained in:
sta 2018-01-21 17:10:31 +09:00
parent 11b9a4abbc
commit 0acbc87d37

View File

@ -406,7 +406,7 @@ namespace WebSocketSharp.Net
/// </value>
public string RawUrl {
get {
return _url.PathAndQuery; // TODO: Should decode?
return _url.PathAndQuery;
}
}