]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/non_mt/http_threaded_tcp_server.ml
Initial revision
[helm.git] / helm / DEVEL / ocaml-http / non_mt / http_threaded_tcp_server.ml
1 let serve _ _ =
2   failwith
3     ("Threaded server not supported by the non threaded version " ^
4      "of ocaml-http, please link against http_mt.cm{,x}a")