mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
Update test_h1v2.rs
This commit is contained in:
parent
caa5a54b8f
commit
c99f9eaa63
@ -23,7 +23,7 @@ fn test_h1_v2() {
|
||||
let settings = ServiceConfig::build()
|
||||
.keep_alive(KeepAlive::Disabled)
|
||||
.client_timeout(1000)
|
||||
.client_shutdown(1000)
|
||||
.client_disconnect(1000)
|
||||
.server_hostname("localhost")
|
||||
.server_address(addr)
|
||||
.finish();
|
||||
|
Loading…
Reference in New Issue
Block a user