This commit is contained in:
parent
7f97d1017a
commit
32df52337f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
open Rresult
|
||||
open Lwt.Infix
|
||||
open Cmdliner
|
||||
|
||||
let port =
|
||||
|
|
@ -230,6 +229,7 @@ struct
|
|||
}
|
||||
|
||||
let run_with_tls ~ctx ~authenticator ~tls http_server tls_port tcpv4v6 =
|
||||
let open Lwt.Infix in
|
||||
let alpn_service =
|
||||
HTTP_server.alpn_service ~tls (alpn_handler ~ctx ~authenticator)
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue