You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement timeout controls in the TLS connection process to prevent the client from getting stuck due to the server becoming unresponsive while handling TLS.
Proposal
Add a timeout field in the ClientTlsConfig struct, and impl timeout control in TlsConnector::connect.
The text was updated successfully, but these errors were encountered:
Feature Request
Crates
tonic
Motivation
Implement timeout controls in the TLS connection process to prevent the client from getting stuck due to the server becoming unresponsive while handling TLS.
Proposal
Add a
timeout
field in theClientTlsConfig
struct, and impl timeout control inTlsConnector::connect
.The text was updated successfully, but these errors were encountered: