Skip to content

Commit

Permalink
Update WebHandlers.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LKosoj committed Jan 18, 2025
1 parent c2e6b80 commit 90a22d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP_Async_WebServer/src/WebHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void AsyncStaticWebHandler::handleRequest(AsyncWebServerRequest* request) {

AsyncWebServerResponse* response;

not_modified = true;
not_modified = false;
if (not_modified){
request->_tempFile.close();
response = new AsyncBasicResponse(304); // Not modified
Expand Down

0 comments on commit 90a22d7

Please sign in to comment.