Fixed double HTTP/1.1 200 header

This commit is contained in:
2024-12-18 16:49:08 +01:00
parent 3a5f2f0067
commit c00e610ea7
-1
View File
@@ -7435,7 +7435,6 @@ void show_http_header(LOGBOOK *lbs, BOOL expires, const char *cookie, int code)
else
rsprintf("HTTP/1.1 200 Document follows\r\n");
rsprintf("HTTP/1.1 200 Document follows\r\n");
rsprintf("Server: ELOG HTTP %s-%s\r\n", VERSION, git_revision());
if (getcfg("global", "charset", str, sizeof(str)))