1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 17:46:38 +02:00

document h2 ping-pong

This commit is contained in:
Rob Ede
2022-07-24 16:42:35 +01:00
parent 8ff489aa90
commit 4bbe60b609
2 changed files with 24 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ impl Default for ServiceConfig {
}
impl ServiceConfig {
/// Create instance of `ServiceConfig`
/// Create instance of `ServiceConfig`.
pub fn new(
keep_alive: KeepAlive,
client_request_timeout: Duration,