mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Update tutorial-09-http_file_server.cc
This commit is contained in:
@@ -140,7 +140,7 @@ int main(int argc, char *argv[])
|
||||
if (*buf == '\0')
|
||||
{
|
||||
printf("\n");
|
||||
return nullptr;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
std::string url = scheme + "127.0.0.1:" + std::to_string(port) + "/" + buf;
|
||||
|
||||
Reference in New Issue
Block a user