]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/timeout.ml
no longer use -pack and Http.*, now interface is the usual Http_*
[helm.git] / helm / DEVEL / ocaml-http / examples / timeout.ml
index 56522f52d088e1a054b4d90c84912f60c70388b8..261b8ee3a705382c57612599ef6111e34ffb1d57 100644 (file)
@@ -23,5 +23,5 @@ let callback _ _ outchan =
   output_string outchan "Here you are!\n";
   flush outchan
 in
-Http.Daemon.start ~addr:"127.0.0.1" ~port:9999 ~timeout:(Some 10) callback
+Http_daemon.start ~addr:"127.0.0.1" ~port:9999 ~timeout:(Some 10) callback