Skip to content

Commit

Permalink
fix index.html file not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 committed Sep 3, 2024
1 parent 2cb3cdf commit e4cde33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ void expresso::core::Response::sendFile(const std::string &path, int64_t start,
file.close();
}

this->hasEnded = true;
return;
}

Expand Down Expand Up @@ -178,7 +177,6 @@ void expresso::core::Response::sendFiles(const std::set<std::string> &paths,
"&zipFileName)");
}

this->hasEnded = true;
return;
}

Expand Down

0 comments on commit e4cde33

Please sign in to comment.