summaryrefslogtreecommitdiff
path: root/lib/HttpServ.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/HttpServ.cc')
-rw-r--r--lib/HttpServ.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc
index fe48f54..cda572d 100644
--- a/lib/HttpServ.cc
+++ b/lib/HttpServ.cc
@@ -371,7 +371,7 @@ HttpServ::HttpServ(Action * ap, int port, const String & nname) throw (GeneralEx
}
Listener.SetNonBlock();
- WaitFor(&Listener);
+ WaitFor(&Listener, W4_STICKY);
cerr << "Mini HTTP-Server '" << name << "' ready and listening for port " << port << endl;
}