This commit is contained in:
swrup 2025-10-30 15:51:03 +01:00
parent 2847432240
commit f4d9f8e618
8 changed files with 124 additions and 55 deletions

View file

@ -111,8 +111,8 @@ struct
| _ -> ()
in
{
Alpn.error = Server.alpn_error_handler;
Alpn.request =
Alpn.error= Server.alpn_error_handler;
Alpn.request=
(fun flow edn reqd protocol ->
Server.alpn_request_handler ~ctx ~authenticator ~to_close (R.T flow)
edn reqd protocol);