Cfg Test for handle_bad_client

This commit is contained in:
Alexey
2026-07-18 14:31:43 +03:00
parent 7df3dab5e8
commit fabd98ce89
+1
View File
@@ -959,6 +959,7 @@ fn configure_mask_backend_socket(stream: &TcpStream) {
}
/// Handles a bad client by forwarding it to the configured mask target.
#[cfg(test)]
pub async fn handle_bad_client<R, W>(
reader: R,
writer: W,