Atomically claim pressure eviction budget in MR

This commit is contained in:
Aleksei K
2026-05-29 13:17:47 +03:00
parent a79aaee166
commit a77aedfd7a
5 changed files with 33 additions and 19 deletions
+1 -2
View File
@@ -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,