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

typo in httpserverrequestrouter.cpp #80

Closed hmoffatt closed 8 years ago

hmoffatt commented 8 years ago

Line 92 says:

options["args"] = options["ags"].toStringList() + args;

This is obviously a typo (args / ags)