We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73254e0 commit 51d83e1Copy full SHA for 51d83e1
src/server/default/ezServer.dummy.ml
@@ -15,4 +15,6 @@ let server ?catch:_ ?allow_origin:_ ?allow_headers:_ ?allow_methods:_ ?allow_cre
15
or: `opam install httpaf-lwt-unix`@.";
16
Lwt.return_unit
17
18
+let shutdown () = Lwt.return_unit
19
+
20
let set_debug () = ()
0 commit comments