From 0497d21e5b7b483259642aad1f23392995863c17 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 20 Nov 2001 11:57:12 +0000 Subject: WaitFor, added sticky flag --- lib/HttpServ.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/HttpServ.cc') 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; } -- cgit v1.2.3