mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
fix: http code for StaticPage fixed
This commit is contained in:
@@ -78,9 +78,11 @@ public:
|
|||||||
if (server._eTagEnabled && this->eTag.length() > 0) {
|
if (server._eTagEnabled && this->eTag.length() > 0) {
|
||||||
server.sendHeader("ETag", this->eTag);
|
server.sendHeader("ETag", this->eTag);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
server.streamFile(file, F("text/html"), method);
|
server.streamFile(file, F("text/html"), method);
|
||||||
|
#else
|
||||||
|
server.streamFile(file, F("text/html"), 200);
|
||||||
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user