From 1e4b2ed3207876b8b59c4ebec9510de0e57b9c58 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 29 Aug 2022 02:21:45 +0200 Subject: [PATCH] That should obviously be h3 --- examples/Http3Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Http3Server.cpp b/examples/Http3Server.cpp index 5079d59..d9eb561 100644 --- a/examples/Http3Server.cpp +++ b/examples/Http3Server.cpp @@ -8,7 +8,7 @@ * You might be surprised to find out you can replace uWS::H3App with uWS::SSLApp and * serve TCP/TLS-based HTTP instead of QUIC-based HTTP, using the same very code ;) */ int main() { - uWS::SSLApp({ + uWS::H3App({ .key_file_name = "misc/key.pem", .cert_file_name = "misc/cert.pem", .passphrase = "1234"