mirror of
https://github.com/fumiama/simple-http-server.git
synced 2026-06-12 14:10:40 +08:00
add ignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -52,3 +52,4 @@ Mkfile.old
|
|||||||
dkms.conf
|
dkms.conf
|
||||||
|
|
||||||
build
|
build
|
||||||
|
.DS_Store
|
||||||
|
|||||||
2
server.c
2
server.c
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#define ISspace(x) isspace((int)(x))
|
#define ISspace(x) isspace((int)(x))
|
||||||
|
|
||||||
#define SERVER_STRING "Server: tinyhttpd edited by fumiama/0.1.0\r\n"
|
#define SERVER_STRING "Server: TinyHttpd modified by Fumiama/1.0\r\n"
|
||||||
|
|
||||||
void accept_request(void *);
|
void accept_request(void *);
|
||||||
void bad_request(int);
|
void bad_request(int);
|
||||||
|
|||||||
Reference in New Issue
Block a user