mirror of
https://github.com/telemt/telemt.git
synced 2026-07-06 20:10:23 +03:00
Harden masking fallback and frame readers after flow sync
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ async fn adversarial_parallel_cold_miss_performs_single_interface_refresh() {
|
||||
let barrier = std::sync::Arc::clone(&barrier);
|
||||
tasks.push(tokio::spawn(async move {
|
||||
barrier.wait().await;
|
||||
is_mask_target_local_listener_async("127.0.0.1", 443, local_addr, None).await
|
||||
is_mask_target_local_listener_async("127.0.0.1", 443, local_addr, &[]).await
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user