mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fixed build error
This commit is contained in:
parent
ddb454da1b
commit
484e4415c6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue