Skip to content

Support rust-openssl 0.9 #36

Description

@pimeys

Hi,

I've been trying to update solicit to support rust-openssl 0.9, and I'm almost there. The last issue is to implement try_split for SslStream<TcpStream>, but the underlying method try_clone for SslStream was deprecated in rust-openssl 0.8.

Has anybody else tried to update this? One option is to go with Arc<Mutex<_>>, but I'd like to know is there any simpler solution here...

Ping @jwilm et.al.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions