We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499c9cd commit 84ad2b6Copy full SHA for 84ad2b6
examples/PerfTests/PerfTests.ino
@@ -120,7 +120,7 @@ void setup() {
120
//
121
// > autocannon -c 16 -w 16 -d 20 --renderStatusCodes http://192.168.4.1/
122
// > ab -c 16 -t 20 http://192.168.4.1/
123
- //
+ //
124
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request) {
125
// need to cast to uint8_t*
126
// if you do not, the const char* will be copied in a temporary String buffer
0 commit comments