This commit is contained in:
Nikolay Kim 2025-03-14 00:02:41 +05:00
parent fe81a4fd34
commit 034ac40fd3

View file

@ -617,3 +617,4 @@ async fn test_h2_graceful_shutdown() -> io::Result<()> {
assert_eq!(count.load(Ordering::Relaxed), 0);
Ok(())
}