1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 09:59:21 +02:00

upgrade sha crate

This commit is contained in:
Nikolay Kim
2018-02-27 20:32:51 -08:00
parent c316a99746
commit da76de76f0
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ fn test_shutdown() {
assert!(response.status().is_success());
}
thread::sleep(time::Duration::from_millis(100));
assert!(net::TcpStream::connect(addr).is_err());
}