mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
wip
This commit is contained in:
parent
a5890afdc2
commit
43e9026cf5
1 changed files with 0 additions and 2 deletions
|
@ -452,8 +452,6 @@ async fn test_h2_client_drop() -> io::Result<()> {
|
||||||
assert_eq!(req.version(), Version::HTTP_2);
|
assert_eq!(req.version(), Version::HTTP_2);
|
||||||
sleep(Seconds(30)).await;
|
sleep(Seconds(30)).await;
|
||||||
drop(st);
|
drop(st);
|
||||||
panic!();
|
|
||||||
#[allow(unreachable_code)]
|
|
||||||
Ok::<_, io::Error>(Response::Ok().finish())
|
Ok::<_, io::Error>(Response::Ok().finish())
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue