[Modify] Replace it

This commit is contained in:
sta 2018-11-08 19:52:58 +09:00
parent b6d1db7af6
commit 7658875c6d

View File

@ -1202,7 +1202,7 @@ namespace WebSocketSharp.Net
return count > 0 return count > 0
? Encoding.ASCII.GetString ( ? Encoding.ASCII.GetString (
InternalUrlEncodeToBytes (bytes, offset, count) urlEncodeToBytes (bytes, offset, count)
) )
: String.Empty; : String.Empty;
} }