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 6cefb01 commit 2175695Copy full SHA for 2175695
libraries/WebServer/src/WebServer.cpp
@@ -459,7 +459,7 @@ void WebServer::handleClient() {
459
case HC_WAIT_CLOSE:
460
if (_currentClient.isSSE()) {
461
// Never close connection
462
- _statusChange = millis();
+ //_statusChange = millis();
463
}
464
// Wait for client to close the connection
465
if (millis() - _statusChange <= HTTP_MAX_CLOSE_WAIT) {
0 commit comments