mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
wip
This commit is contained in:
parent
b60d4dda6c
commit
a5890afdc2
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ async fn test_h2_client_drop() -> io::Result<()> {
|
|||
|
||||
let result = timeout(Millis(150), srv.srequest(Method::GET, "/").send()).await;
|
||||
assert!(result.is_err());
|
||||
let _ = timeout(Millis(1000), rx).await;
|
||||
let _ = timeout(Millis(1500), rx).await;
|
||||
assert_eq!(count.load(Ordering::Relaxed), 1);
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue