formatting

This commit is contained in:
Adam D. Ruppe 2021-09-10 11:08:45 -04:00
parent 0571c5d7b1
commit c959c3c0ab
1 changed files with 31 additions and 32 deletions

1
cgi.d
View File

@ -10433,7 +10433,6 @@ private static string getHttpCodeText(int code) pure nothrow @nogc {
case 308: return "308 Permanent Redirect"; case 308: return "308 Permanent Redirect";
// //
// FIXME: add more common 400 ones cgi.d might return too
case 400: return "400 Bad Request"; case 400: return "400 Bad Request";
case 401: return "401 Unauthorized"; case 401: return "401 Unauthorized";
case 402: return "402 Payment Required"; case 402: return "402 Payment Required";