aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/stack.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-12-18 21:19:16 -0800
committerSteven Fackler <[email protected]>2015-12-18 21:20:47 -0800
commite85b49d3755375b3e535cbd4b07d4fbf953948cb (patch)
treea084b204972855d4dc2b66cec999ebd93c7a3078 /openssl/src/stack.rs
parentMerge pull request #324 from gentoo90/deps (diff)
downloadrust-openssl-e85b49d3755375b3e535cbd4b07d4fbf953948cb.tar.xz
rust-openssl-e85b49d3755375b3e535cbd4b07d4fbf953948cb.zip
Work around the worst of clone bogusness
SslStream::{clone,try_clone} are inherently broken since the Ssl object shared by both streams is only going to be talking to one stream. Stuff like hyper depends on try_clone, so we'll leave it here for now but minimize the brokenness to "no worse than what it used to be like". They'll be removed in 0.8. cc #325
Diffstat (limited to 'openssl/src/stack.rs')
0 files changed, 0 insertions, 0 deletions