Skip to content

Commit 51d83e1

Browse files
committed
missing shutdown function in dummy server
1 parent 73254e0 commit 51d83e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/default/ezServer.dummy.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ let server ?catch:_ ?allow_origin:_ ?allow_headers:_ ?allow_methods:_ ?allow_cre
1515
or: `opam install httpaf-lwt-unix`@.";
1616
Lwt.return_unit
1717

18+
let shutdown () = Lwt.return_unit
19+
1820
let set_debug () = ()

0 commit comments

Comments
 (0)