[Modify] To uppercase

master
sta 7 years ago
parent b7b66db1d6
commit e7b2b1d0e7

@ -65,7 +65,7 @@ namespace WebSocketSharp.Net
static HttpUtility ()
{
_hexChars = "0123456789abcdef".ToCharArray ();
_hexChars = "0123456789ABCDEF".ToCharArray ();
_sync = new object ();
}

Loading…
Cancel
Save