summaryrefslogtreecommitdiff
path: root/src/HttpServer.cc
diff options
context:
space:
mode:
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 69d58cd..751b01a 100644
--- a/src/HttpServer.cc
+++ b/src/HttpServer.cc
@@ -607,7 +607,7 @@ void Balau::HttpServer::stop() {
Task::prepare(&event);
listener->stop();
m_started = false;
- Task::yield(&event);
+ Task::operationYield(&event);
IAssert(event.gotSignal(), "HttpServer::stop didn't actually get the listener to stop");
event.ack();
}