Re-fix for HTTP lib, fixed typo in Controller.

This commit is contained in:
Thulinma 2011-10-31 19:48:29 +01:00
parent 1301b7a919
commit f9dcedb0e1
2 changed files with 3 additions and 4 deletions

View file

@ -41,7 +41,7 @@ namespace HTTP{
bool seenHeaders;
bool seenReq;
bool parse();
void parseVars(std::string & data);
void parseVars(std::string data);
std::string HTTPbuffer;
std::map<std::string, std::string> headers;
std::map<std::string, std::string> vars;