diff options
author | Pixel <Pixel> | 2001-11-20 11:57:12 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-20 11:57:12 +0000 |
commit | 0497d21e5b7b483259642aad1f23392995863c17 (patch) | |
tree | 3be88d03b903df7e6c716ca5eb66cdfb71f11bb8 /lib/HttpServ.cc | |
parent | cca213f6493119ab3f642e08dba798f557630f53 (diff) |
WaitFor, added sticky flag
Diffstat (limited to 'lib/HttpServ.cc')
-rw-r--r-- | lib/HttpServ.cc | 2 |
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; } |