Revize cd23df7f
Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
77 | 77 |
} |
78 | 78 |
|
79 | 79 |
// test - connection: |
80 |
//ConnectionListener cl = new ConnectionListener(int.Parse(args[0])/*8000*//*int.Parse(config.Port)*/);
|
|
81 |
//cl.StartListening();
|
|
80 |
ConnectionListener cl = new ConnectionListener(int.Parse(config.Port));
|
|
81 |
cl.StartListening(); |
|
82 | 82 |
|
83 | 83 |
Console.ReadLine(); |
84 | 84 |
} |
Také k dispozici: Unified diff
Re #8836. Fixed errors appearing when client sends POST request by sending an answer to the request.