This commit is contained in:
swrup 2025-11-04 18:39:38 +01:00
parent 7f97d1017a
commit 32df52337f

View file

@ -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