]> matita.cs.unibo.it Git - helm.git/blobdiff - daemons/http_getter/main.ml
1. is_meta_closed should be applied only to terms on which a substitution
[helm.git] / daemons / http_getter / main.ml
index c200c161dbe931a2a6c04f719dae3b12f1cab3fe..199a8b463f5920e66eaee3ff8681b12a1b494e73 100644 (file)
@@ -349,6 +349,7 @@ let main () =
   let d_spec = Http_daemon.daemon_spec
      ~mode:`Thread ~timeout:(Some 600) 
      ~port:(Lazy.force Http_getter_env.port)
+     ~auto_close:true
      ~callback:callback ()
   in
   try