diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-14 22:46:39 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-14 22:46:39 -0800 |
commit | b396ad5dd5880681a79bd2d33b46ebf90f3c5028 (patch) | |
tree | ec6326ba2e41716a5c9c4ef0de4ab733d18eca06 /src | |
parent | cd8e8948ed17f1985898f8c1d59d32680262457e (diff) |
Typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/HttpServer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HttpServer.cc b/src/HttpServer.cc index efdadda..35bd414 100644 --- a/src/HttpServer.cc +++ b/src/HttpServer.cc @@ -123,7 +123,7 @@ void Balau::HttpWorker::Do() { bool clientStop = false; while (!clientStop) - clientStop = !handleClient() || m_socket.isClosed(); + clientStop = !handleClient() || m_socket->isClosed(); } const char * Balau::HttpWorker::getName() { |