vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

small fix for windows OS. #58

Closed vedun closed 9 years ago

vedun commented 9 years ago

QDir::cleanPath always return path with forward slash ("/"), but under windows QDir::separator() return back slash ("\"). So the function HttpFileServer::handleRequest always returns false.