From 14ea951eec5092fd7097c29fe2ec273f5701d994 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Wed, 7 May 2025 17:49:48 -0700 Subject: [PATCH] assign tls versions --- packages/bun-uws/src/App.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/bun-uws/src/App.h b/packages/bun-uws/src/App.h index f2906fd98a..051306d32b 100644 --- a/packages/bun-uws/src/App.h +++ b/packages/bun-uws/src/App.h @@ -78,6 +78,8 @@ namespace uWS { int request_cert = 0; unsigned int client_renegotiation_limit = 3; unsigned int client_renegotiation_window = 600; + double min_tls_version = 0.0; + double max_tls_version = 0.0; /* Conversion operator used internally */ operator struct us_bun_socket_context_options_t() const {