mirror of
https://github.com/esphome/esphome.git
synced 2025-01-14 00:23:18 +01:00
rollback webserver base
This commit is contained in:
parent
d050e627bd
commit
d040f8ad02
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ class MiddlewareHandler : public AsyncWebHandler {
|
|||
void handleBody(AsyncWebServerRequest *request, uint8_t *data, size_t len, size_t index, size_t total) override {
|
||||
next_->handleBody(request, data, len, index, total);
|
||||
}
|
||||
// NOLINTNEXTLINE(readability-identifier-naming)
|
||||
bool isRequestHandlerTrivial() override { return next_->isRequestHandlerTrivial(); }
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue