[Modify] To uppercase

This commit is contained in:
sta 2019-01-05 17:27:32 +09:00
parent b7b66db1d6
commit e7b2b1d0e7

View File

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