Skip to content

Commit 2175695

Browse files
authored
make GPIOViewer working
see arendst/Tasmota@9696118
1 parent 6cefb01 commit 2175695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WebServer/src/WebServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ void WebServer::handleClient() {
459459
case HC_WAIT_CLOSE:
460460
if (_currentClient.isSSE()) {
461461
// Never close connection
462-
_statusChange = millis();
462+
//_statusChange = millis();
463463
}
464464
// Wait for client to close the connection
465465
if (millis() - _statusChange <= HTTP_MAX_CLOSE_WAIT) {

0 commit comments

Comments
 (0)