mirror of
https://github.com/actix/actix-web.git
synced 2025-01-17 20:56:08 +00:00
Update test_h1v2.rs
This commit is contained in:
parent
caa5a54b8f
commit
c99f9eaa63
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue