diff --git a/ntex/tests/http_openssl.rs b/ntex/tests/http_openssl.rs index b321eaa7..5d24fe12 100644 --- a/ntex/tests/http_openssl.rs +++ b/ntex/tests/http_openssl.rs @@ -617,3 +617,4 @@ async fn test_h2_graceful_shutdown() -> io::Result<()> { assert_eq!(count.load(Ordering::Relaxed), 0); Ok(()) } +