Hi, When will clone be supported?
JackDiWu opened this issue · comments
Smeagol commented
let tlsStream = connector.connect("www.google.com", tcpStream).await?
tlsStream.clone()??
Jeff Burdges commented
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.
Florian Gilcher commented
Dup of #18. Please use the discord chat or similar for inquiries.