From 43e9026cf5cbfc075fa302cf71764ccbdb8065b6 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 28 Mar 2025 10:04:14 +0100 Subject: [PATCH] wip --- ntex/tests/http_openssl.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ntex/tests/http_openssl.rs b/ntex/tests/http_openssl.rs index c490cce2..2d2c98f9 100644 --- a/ntex/tests/http_openssl.rs +++ b/ntex/tests/http_openssl.rs @@ -452,8 +452,6 @@ async fn test_h2_client_drop() -> io::Result<()> { assert_eq!(req.version(), Version::HTTP_2); sleep(Seconds(30)).await; drop(st); - panic!(); - #[allow(unreachable_code)] Ok::<_, io::Error>(Response::Ok().finish()) } })