Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Nov 25, 2024
1 parent b36dd3d commit 91998d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/esp-fs-webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ void FSWebServer::handleClient()
_contentLength = CONTENT_LENGTH_NOT_SET;
_handleRequest();

if (_currentClient.isSSE()) {
_currentStatus = HC_WAIT_CLOSE;
_statusChange = millis();
keepCurrentClient = true;
}
// if (_currentClient.isSSE()) {
// _currentStatus = HC_WAIT_CLOSE;
// _statusChange = millis();
// keepCurrentClient = true;
// }
}
}
else { // !_currentClient.available()
Expand Down

0 comments on commit 91998d7

Please sign in to comment.