]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/non_mt/http_threaded_tcp_server.ml
- split threaded and non threaded implementations
[helm.git] / helm / DEVEL / ocaml-http / non_mt / http_threaded_tcp_server.ml
diff --git a/helm/DEVEL/ocaml-http/non_mt/http_threaded_tcp_server.ml b/helm/DEVEL/ocaml-http/non_mt/http_threaded_tcp_server.ml
new file mode 100644 (file)
index 0000000..729ceeb
--- /dev/null
@@ -0,0 +1,4 @@
+let serve _ _ =
+  failwith
+    ("Threaded server not supported by the non threaded version " ^
+     "of ocaml-http, please link against http_mt.cm{,x}a")