X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fexamples%2Ftimeout.ml;h=eaa84077879b830226b0508a70b971cc28d6e020;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=261b8ee3a705382c57612599ef6111e34ffb1d57;hpb=6a8da4dd52033adfe80533f7467439aec1561147;p=helm.git diff --git a/helm/DEVEL/ocaml-http/examples/timeout.ml b/helm/DEVEL/ocaml-http/examples/timeout.ml index 261b8ee3a..eaa840778 100644 --- a/helm/DEVEL/ocaml-http/examples/timeout.ml +++ b/helm/DEVEL/ocaml-http/examples/timeout.ml @@ -23,5 +23,4 @@ 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 ~port:9999 ~timeout:(Some 10) callback