Skip to content

Commit af35708

Browse files
committed
fix dummy server implementation
1 parent e68ad21 commit af35708

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/server/default/ezServer.dummy.ml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
(* *)
99
(**************************************************************************)
1010

11-
let server ?catch:_ ?allow_origin:_ ?allow_headers:_ ?allow_methods:_ ?allow_credentials:_ ?footer:_ _ =
11+
let server ?catch:_ ?allow_origin:_ ?footer:_ _ =
1212
Format.eprintf
13-
"Cohttp or Httpaf server implementation not availble\n\
13+
"Cohttp, Httpaf or Httpun server implementation not availble\n\
1414
Try: `opam install cohttp-lwt-unix`\n\
15-
or: `opam install httpaf-lwt-unix`@.";
15+
`opam install httpaf-lwt-unix`\n\
16+
or `opam install httpun-lwt-unix`@.";
1617
Lwt.return_unit
1718

1819
let shutdown () = Lwt.return_unit

0 commit comments

Comments
 (0)