mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
better capitalization
This commit is contained in:
@@ -344,17 +344,17 @@ namespace http
|
|||||||
case 606: return "Malformed URL";
|
case 606: return "Malformed URL";
|
||||||
case 607: return "Connection Refused";
|
case 607: return "Connection Refused";
|
||||||
case 608: return "Proxy Server Not Found";
|
case 608: return "Proxy Server Not Found";
|
||||||
case 609: return "SSL: invalid certificate status";
|
case 609: return "SSL: Invalid Certificate Status";
|
||||||
case 610: return "Cancelled by Shutdown";
|
case 610: return "Cancelled by Shutdown";
|
||||||
case 611: return "Too Many Redirects";
|
case 611: return "Too Many Redirects";
|
||||||
case 612: return "SSL: Connect Error";
|
case 612: return "SSL: Connect Error";
|
||||||
case 613: return "SSL: Crypto Engine Not Found";
|
case 613: return "SSL: Crypto Engine Not Found";
|
||||||
case 614: return "SSL: Failed To Set Default Crypto Engine";
|
case 614: return "SSL: Failed to Set Default Crypto Engine";
|
||||||
case 615: return "SSL: Local Certificate Issue";
|
case 615: return "SSL: Local Certificate Issue";
|
||||||
case 616: return "SSL: Unable To Use Specified Cipher";
|
case 616: return "SSL: Unable to Use Specified Cipher";
|
||||||
case 617: return "SSL: Failed To Initialise Crypto Engine";
|
case 617: return "SSL: Failed to Initialise Crypto Engine";
|
||||||
case 618: return "SSL: Failed To Load CACERT File";
|
case 618: return "SSL: Failed to Load CACERT File";
|
||||||
case 619: return "SSL: Failed To Load CRL File";
|
case 619: return "SSL: Failed to Load CRL File";
|
||||||
case 620: return "SSL: Issuer Check Failed";
|
case 620: return "SSL: Issuer Check Failed";
|
||||||
case 621: return "SSL: Pinned Public Key Mismatch";
|
case 621: return "SSL: Pinned Public Key Mismatch";
|
||||||
default: return "Unknown Status Code";
|
default: return "Unknown Status Code";
|
||||||
|
Reference in New Issue
Block a user