This commit is contained in:
parent
9e9d74c53c
commit
42ce1233fd
1 changed files with 2 additions and 1 deletions
|
|
@ -228,7 +228,8 @@ struct
|
||||||
HTTP_server.http_service ~error_handler:Server.http_1_1_error_handler
|
HTTP_server.http_service ~error_handler:Server.http_1_1_error_handler
|
||||||
http_1_1_request_handler
|
http_1_1_request_handler
|
||||||
in
|
in
|
||||||
Paf.serve http_1_1_service http_server |> fun (`Initialized th) -> th
|
let (`Initialized th) = Paf.serve http_1_1_service http_server in
|
||||||
|
th
|
||||||
|
|
||||||
let start assets_ro certificate_ro key_ro tcpv4v6 http_server =
|
let start assets_ro certificate_ro key_ro tcpv4v6 http_server =
|
||||||
let open Lwt.Syntax in
|
let open Lwt.Syntax in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue