ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 888 forks source link

crow load #311

Closed flipbecon closed 6 years ago

flipbecon commented 6 years ago

I have a program on arm linux, by using crow::mustache::load("filename").render(); when there is no file on disk, it should return 404 error code, but it returned 200. Any help would be appreciated, thanks in advance.