mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
Fix wrong Content-Length
This commit is contained in:
parent
c7b3f47325
commit
b825a85297
@ -10,7 +10,6 @@ int http_server_start(char *conffile, char *conf_wd, bool stdout_dbg);
|
||||
#define STATIC_PAGE \
|
||||
"HTTP/1.1 200 OK\r\n" \
|
||||
"Content-Type: text/html\r\n" \
|
||||
"Content-Length: 2774\r\n" \
|
||||
"\r\n" \
|
||||
"<html>" \
|
||||
"<head>" \
|
||||
|
Loading…
Reference in New Issue
Block a user