Fix wrong Content-Length

This commit is contained in:
Folke Ashberg 2021-05-20 15:18:41 +02:00
parent c7b3f47325
commit b825a85297
No known key found for this signature in database
GPG Key ID: 86D89A9771903CB2
1 changed files with 0 additions and 1 deletions

View File

@ -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>" \