mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Fixed problem that line end char is missing on start messagein simple
server example
This commit is contained in:
parent
7b3cea5317
commit
ab96f49766
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ int main(int argc, const char **argv) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
cout << "The server started at port " << port << "...";
|
cout << "The server started at port " << port << "..." << endl;
|
||||||
|
|
||||||
svr.listen("localhost", port);
|
svr.listen("localhost", port);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue