pull/136/merge
Sebastian Österlund 2026-02-24 09:51:44 +01:00 committed by GitHub
commit 6113fc2af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,6 @@ void Server_InitWebServer() {
}
return len;
});
response->addHeader("Content-Length", String(total_len));
request->send(response);
} else {
@ -1350,3 +1349,4 @@ String Server_TranslateBoolToString(bool i_data) {
}
/* EOF */