TheStegosaurus1

Results 1 comments of TheStegosaurus1

For now i fixed it with a bit of a hacky solution by only processing a requests parameters if its shorter than 1024 Characters. [WebRequest.cpp:278](https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/src/WebRequest.cpp#L278) ``` String g = String();...