Replies: 1 comment 1 reply
-
You miss that in your class: bool isRequestHandlerTrivial() const override {
return false;
} This can be used as an optimization to avoid parsing bodies when not needed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
PlatformIO
What happened?
request->params()
returns0
when used invoid handleRequest(AsyncWebServerRequest *request)
inside custom handler derived fromAsyncWebHandler
.Stack Trace
Minimal Reproductible Example (MRE)
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions