]> Git repositories of Nishi - tewi.git/commitdiff
fix
authorNishi <nishi@nishi.boats>
Thu, 26 Sep 2024 20:02:22 +0000 (20:02 +0000)
committerNishi <nishi@nishi.boats>
Thu, 26 Sep 2024 20:02:22 +0000 (20:02 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@167 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/server.c

index f2874cc08912b8e68a8674ff30a621c18e8b85a1..8f66162b0a177debfb6f2f751ee52aac777d2bd6 100644 (file)
@@ -274,7 +274,7 @@ const char* tw_http_status(int code) {
        if(code == 200) {
                return "200 OK";
        } else if(code == 301) {
-               return "308 Moved Permanently";
+               return "301 Moved Permanently";
        } else if(code == 308) {
                return "308 Permanent Redirect";
        } else if(code == 400) {