summaryrefslogtreecommitdiff
path: root/src/HttpServer.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-11-14 22:46:39 -0800
committerPixel <pixel@nobis-crew.org>2011-11-14 22:46:39 -0800
commitb396ad5dd5880681a79bd2d33b46ebf90f3c5028 (patch)
treeec6326ba2e41716a5c9c4ef0de4ab733d18eca06 /src/HttpServer.cc
parentcd8e8948ed17f1985898f8c1d59d32680262457e (diff)
Typo.
Diffstat (limited to 'src/HttpServer.cc')
-rw-r--r--src/HttpServer.cc2
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() {