Merge pull request #338 from CrowCpp/fix_404_static

Static file 404 fix
This commit is contained in:
Farook Al-Sammarraie 2022-02-10 18:50:14 +03:00 committed by GitHub
commit 5a651b0d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,7 @@ namespace crow
else
{
code = 404;
file_info.path.clear();
this->end();
}
}