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 0310c97 commit 078e882Copy full SHA for 078e882
libraries/WebServer/examples/ChunkWriting/ChunkWriting.ino
@@ -25,7 +25,6 @@ WebServer server(80);
25
26
void handleChunks() {
27
uint8_t countDown = 10;
28
- //server.chunkResponseBegin("Transfer-Encoding: chunked");
29
server.chunkResponseBegin();
30
char countContent[8];
31
while (countDown) {
0 commit comments