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