mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
*reference/HttpServer: fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@5667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5aa511a18e
commit
112b5f3aa0
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ void Server()
|
|||
bool b = socket.Accept(server);
|
||||
ServerMutex.Leave();
|
||||
if(b) {
|
||||
ServerMutex.Leave();
|
||||
LOG("Connection accepted");
|
||||
HttpHeader http;
|
||||
http.Read(socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue