Skip to content

Comments

Add SslClient and SslServer implementations for security-framework#762

Merged
seanmonstar merged 1 commit intohyperium:masterfrom
sfackler:security-framework
Apr 17, 2016
Merged

Add SslClient and SslServer implementations for security-framework#762
seanmonstar merged 1 commit intohyperium:masterfrom
sfackler:security-framework

Conversation

@sfackler
Copy link
Contributor

No description provided.

@GitCop
Copy link

GitCop commented Apr 16, 2016

Thanks for contributing! Unfortunately, I'm here to tell you there were the following style issues with your Pull Request:

  • Commit: 4bf4acc
    • Commits must be in the following format: %{type}(%{scope}): %{description}
  • Commit: 6cf43c1
    • Commits must be in the following format: %{type}(%{scope}): %{description}

Guidelines are available at https://github.com/hyperium/hyper/blob/master/CONTRIBUTING.md


This message was auto-generated by https://gitcop.com

@jdm
Copy link

jdm commented Apr 16, 2016

💃

@sfackler sfackler force-pushed the security-framework branch 2 times, most recently from b4c4728 to ec4cc4a Compare April 16, 2016 23:19
@sfackler sfackler force-pushed the security-framework branch from ec4cc4a to f37315b Compare April 16, 2016 23:20
pub type DefaultConnector = HttpsConnector<self::openssl::Openssl>;

#[cfg(all(feature = "security-framework", not(feature = "openssl")))]
pub type DefaultConnector = HttpsConnector<self::security_framework::ClientWrapper>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Openssl feature would still be enabled to provide the secure feature of cookies. So if you enable both, you'd be using the Openssl connector, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're using that feature, yeah, though that's a thing that we can fix on the cookie side. But it seems a bit unlikely that you'd be enabling that feature anyway if you're using the client side of hyper.

@seanmonstar
Copy link
Member

\o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants