Home
last modified time | relevance | path

Searched refs:client_timeout (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/transport/service/
H A Dgrpc_timeout.rs42 let client_timeout = try_parse_grpc_timeout(req.headers()).unwrap_or_else(|e| { in call() localVariable
48 let timeout_duration = match (client_timeout, self.server_timeout) { in call()