summaryrefslogtreecommitdiff
path: root/lib/HttpServ.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-20 11:57:12 +0000
committerPixel <Pixel>2001-11-20 11:57:12 +0000
commit0497d21e5b7b483259642aad1f23392995863c17 (patch)
tree3be88d03b903df7e6c716ca5eb66cdfb71f11bb8 /lib/HttpServ.cc
parentcca213f6493119ab3f642e08dba798f557630f53 (diff)
WaitFor, added sticky flag
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;
}