From 6e4e1c55cb1d3d5f8ef6d607263647bf4e789458 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 30 May 2006 07:58:45 +0000 Subject: [PATCH] bugfix: when creating a daemon spec _use_ the auto_close value passed as argument instead of ignoring it --- DEVEL/ocaml-http/http_daemon.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVEL/ocaml-http/http_daemon.ml b/DEVEL/ocaml-http/http_daemon.ml index 2457c8a73..1b922ea16 100644 --- a/DEVEL/ocaml-http/http_daemon.ml +++ b/DEVEL/ocaml-http/http_daemon.ml @@ -454,6 +454,7 @@ let daemon_spec { default_spec with address = address; auth = auth; + auto_close = auto_close; callback = callback; mode = mode; port = port; -- 2.39.2