1
0
mirror of synced 2025-04-26 14:28:51 +03:00

Fixed build error

This commit is contained in:
yhirose 2017-06-28 21:16:16 -04:00
parent ddb454da1b
commit 484e4415c6

View File

@ -35,7 +35,7 @@ string log(const Request& req, const Response& res)
s += "================================\n";
snprintf(buf, sizeof(buf), "%s %s", req.method.c_str(), req.url.c_str());
snprintf(buf, sizeof(buf), "%s %s", req.method.c_str(), req.path.c_str());
s += buf;
string query;