mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 16:02:59 +01:00
fix tests
This commit is contained in:
parent
2710f70e39
commit
1f68ce8541
@ -733,7 +733,7 @@ mod tests {
|
|||||||
let settings = wrk_settings();
|
let settings = wrk_settings();
|
||||||
|
|
||||||
let mut h1 =
|
let mut h1 =
|
||||||
Http1Dispatcher::new(settings.clone(), buf, None, readbuf, false, None);
|
Http1Dispatcher::new(settings.clone(), buf, readbuf, false, None);
|
||||||
assert!(h1.poll_io().is_ok());
|
assert!(h1.poll_io().is_ok());
|
||||||
assert!(h1.poll_io().is_ok());
|
assert!(h1.poll_io().is_ok());
|
||||||
assert!(h1.flags.contains(Flags::READ_DISCONNECTED));
|
assert!(h1.flags.contains(Flags::READ_DISCONNECTED));
|
||||||
|
Loading…
Reference in New Issue
Block a user