1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-05 02:00:24 +08:00

add funlock

This commit is contained in:
源文雨
2023-03-08 16:38:48 +08:00
parent 946cbbac67
commit 5b380eec53
2 changed files with 11 additions and 4 deletions

2
cmoe.h
View File

@@ -21,7 +21,7 @@ const uint8_t typel[] = {59, 111, 69};
enum errcode_enum_t {HTTP400, HTTP404, HTTP500};
typedef enum errcode_enum_t errcode_enum_t;
#define CONTENT_TYPE(x) "Content-Type: " #x "\r\n"
#define CONTENT_TYPE(x) "Content-Type: " x "\r\n"
#define CONTENT_LEN "Content-Length: %d\r\n"
#define CACHE_CTRL "Cache-Control: max-age=0, no-cache, no-store, must-revalidate\r\n"