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
rustls::ClientSession cannot be cloned, likely because doing so makes it insecure. You might use 0-RTT tricks to open a second stream cheaply, not sure.
let tlsStream = connector.connect("www.google.com", tcpStream).await?
tlsStream.clone()??
The text was updated successfully, but these errors were encountered: