mirror of
https://github.com/telemt/telemt.git
synced 2026-06-21 02:00:09 +07:00
Atomically claim pressure eviction budget in MR
This commit is contained in:
@@ -1525,8 +1525,7 @@ where
|
||||
config.censorship.tls_new_session_tickets,
|
||||
)
|
||||
} else {
|
||||
let selected_cipher_suite =
|
||||
tls::select_server_hello_cipher_suite(handshake, [0x13, 0x01]);
|
||||
let selected_cipher_suite = tls::select_server_hello_cipher_suite(handshake, [0x13, 0x01]);
|
||||
tls::build_server_hello_with_cipher(
|
||||
&validated_secret,
|
||||
&validation_digest,
|
||||
|
||||
Reference in New Issue
Block a user