mirror of https://github.com/adamdruppe/arsd.git
formatting
This commit is contained in:
parent
0571c5d7b1
commit
c959c3c0ab
1
cgi.d
1
cgi.d
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue