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 e2aa34f commit cbd49cfCopy full SHA for cbd49cf
libraries/WebServer/src/WebServer.cpp
@@ -615,7 +615,7 @@ void WebServer::chunkResponseEnd() {
615
log_e("Failed to write terminating chunk");
616
}
617
618
- _chunkedClient.flush();
+ _chunkedClient.clear();
619
_chunkedResponseActive = false;
620
_chunked = false;
621
_chunkedClient = NetworkClient();
0 commit comments