This commit is contained in:
源文雨
2022-11-23 15:20:21 +08:00
parent a813727662
commit 6298cfc645
2 changed files with 5 additions and 5 deletions

2
c302.h
View File

@@ -4,7 +4,7 @@
#include <stdint.h>
#define SERVER_STRING "Server: C302 by Fumiama/1.0\r\n"
#define HTTP302 "HTTP/1.0 302 Moved Temporarily\r\n"
#define HTTP302 "HTTP/1.1 302 Found\r\n"
#define LOCATION "Location: "
#define HTTP302HEAD HTTP302 SERVER_STRING LOCATION