mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07: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);
|
||||
sleep(Seconds(30)).await;
|
||||
drop(st);
|
||||
panic!();
|
||||
#[allow(unreachable_code)]
|
||||
Ok::<_, io::Error>(Response::Ok().finish())
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue