]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/obj_foo.ml
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / examples / obj_foo.ml
index d28c7e4acc5a22957451da32b7a1cdbd91c1294c..c36ea3ec3b6811ee4ef8b7f47f2327974aca291e 100644 (file)
@@ -22,4 +22,4 @@
 let callback req outchan =
   Http_daemon.respond_error ~body:(req#param "foo") outchan
 in
-Http_daemon.start' ~addr:"127.0.0.1" ~port:9999 callback
+Http_daemon.start' ~port:9999 callback