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 cf4f122 commit 5ade80dCopy full SHA for 5ade80d
examples/ChunkResponse/ChunkResponse.ino
@@ -94,7 +94,7 @@ void setup() {
94
// first time: serves the file and cache headers
95
// curl -N -v http://192.168.4.1/ --output -
96
//
97
- // secodn time: serves 304
+ // second time: serves 304
98
// curl -N -v -H "if-none-match: 4272" http://192.168.4.1/ --output -
99
100
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request) {
0 commit comments