mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
example: detail
This commit is contained in:
parent
8620fe688d
commit
d6402faf94
1 changed files with 3 additions and 1 deletions
|
|
@ -55,7 +55,9 @@ let () =
|
||||||
|
|
||||||
(* create server *)
|
(* create server *)
|
||||||
let server : S.t =
|
let server : S.t =
|
||||||
S_eio.create ~port:!port_ ~max_connections:!j ~stdenv ~sw ()
|
S_eio.create ~port:!port_ ~max_connections:!j
|
||||||
|
~stdenv:(stdenv :> Eio.Stdenv.t)
|
||||||
|
~sw ()
|
||||||
in
|
in
|
||||||
|
|
||||||
(* TODO: re-enable
|
(* TODO: re-enable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue