Skip to content

Commit

Permalink
cohttp-eio: Make example multi-domain proof.
Browse files Browse the repository at this point in the history
  • Loading branch information
mefyl committed Jun 19, 2023
1 parent b73d999 commit 86171e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cohttp-eio/examples/client1.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
open Cohttp_eio

let () = Logs.set_reporter (Logs_fmt.reporter ())

and () =
(* The eio backend does not leverage domains yet, but might in the near future *)
Logs_threaded.enable ()

and () = Logs.Src.set_level Cohttp_eio.src (Some Debug)

let () =
Expand Down

0 comments on commit 86171e8

Please sign in to comment.