[Modify] To uppercase
This commit is contained in:
@@ -65,7 +65,7 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
static HttpUtility ()
|
static HttpUtility ()
|
||||||
{
|
{
|
||||||
_hexChars = "0123456789abcdef".ToCharArray ();
|
_hexChars = "0123456789ABCDEF".ToCharArray ();
|
||||||
_sync = new object ();
|
_sync = new object ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user