mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 05:41:50 +01:00
set tcp-keepalive for test as well
This commit is contained in:
parent
c674ea9126
commit
368f73513a
@ -1039,6 +1039,7 @@ fn test_custom_pipeline() {
|
||||
|
||||
StreamConfiguration::new()
|
||||
.nodelay(true)
|
||||
.tcp_keepalive(Some(time::Duration::from_secs(10)))
|
||||
.and_then(HttpService::new(settings))
|
||||
}).unwrap()
|
||||
.run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user