*reference/HttpServer: fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@5667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-12-28 10:41:52 +00:00
parent 5aa511a18e
commit 112b5f3aa0

View file

@ -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);