mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Doc, Core: change port to 8080 in Network02 tutorial.
This commit is contained in:
parent
0ea3ca7e1b
commit
6d364d0cee
2 changed files with 21 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
using namespace Upp;
|
||||
|
||||
constexpr int port = 4000;
|
||||
constexpr int port = 8080;
|
||||
|
||||
void ProcessHttpRequest(TcpSocket& client)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue