1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

Update test_h1v2.rs

This commit is contained in:
Nikolay Kim 2018-10-05 05:59:02 -07:00 committed by GitHub
parent caa5a54b8f
commit c99f9eaa63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();