Merge pull request #844 from sfackler/fix-session-clone
Fix session cloning
This commit is contained in:
commit
8f8895697d
|
|
@ -1553,7 +1553,7 @@ unsafe impl Send for SslSession {}
|
|||
|
||||
impl Clone for SslSession {
|
||||
fn clone(&self) -> SslSession {
|
||||
self.to_owned()
|
||||
SslSessionRef::to_owned(self)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue