]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/dump_args.ml
- split http_parser module (all code that parse http requests and
[helm.git] / helm / DEVEL / ocaml-http / examples / dump_args.ml
index 6f3f60bbb30418e457938d0cb65af665dbbd708e..c1f445f12719de32ac66a581292bda35b2b3962a 100644 (file)
@@ -45,5 +45,5 @@ let callback path args outchan =
 in
 print_endline "Starting custom Http_daemon ...";
 flush stdout;
-Http_daemon.start ~addr:"127.0.0.1" ~port:9999 callback
+Http_daemon.start ~port:9999 callback