mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed double HTTP/1.1 200 header
This commit is contained in:
parent
3a5f2f0067
commit
c00e610ea7
@ -7435,7 +7435,6 @@ void show_http_header(LOGBOOK *lbs, BOOL expires, const char *cookie, int code)
|
|||||||
else
|
else
|
||||||
rsprintf("HTTP/1.1 200 Document follows\r\n");
|
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());
|
rsprintf("Server: ELOG HTTP %s-%s\r\n", VERSION, git_revision());
|
||||||
|
|
||||||
if (getcfg("global", "charset", str, sizeof(str)))
|
if (getcfg("global", "charset", str, sizeof(str)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user